1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 22:01:24 +02:00

update :set examples in help now that it uses parseArgs()

This commit is contained in:
Doug Kearns
2008-12-13 21:02:29 +11:00
parent 09ee974d23
commit b63bbcfaee
2 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ Enable _passthrough_ mode on *some* Google sites:
Set the filetype to mail when editing email at Gmail:
:autocmd LocationChange .* :set editor=gvim -f
:autocmd LocationChange mail\.google\.com :set editor=gvim -f -c 'set ft=mail'
:autocmd LocationChange .* :set editor=gvim\ -f
:autocmd LocationChange mail\.google\.com :set editor="gvim -f -c 'set ft=mail'"
// vim: set syntax=asciidoc: