1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-18 23:03:31 +02:00

Fix help file validation errors.

This commit is contained in:
Doug Kearns
2009-08-27 14:34:35 +10:00
parent 130ea15a4c
commit cf4bdb2969
15 changed files with 44 additions and 36 deletions

View File

@@ -91,6 +91,6 @@ Enable _passthrough_ mode on *some* Google sites:
Set the filetype to mail when editing email at Gmail:
\{nbsp}[c]:autocmd LocationChange .* :set editor=gvim\ -f[c] +
\{nbsp}[c]:autocmd LocationChange mail\.google\.com :set editor="gvim -f -c 'set ft=mail'"[c]
\{nbsp}[c]:autocmd LocationChange mail\.google\.com :set editor="gvim -f -c $$'set ft=mail'$$"[c]
// vim: set filetype=asciidoc: