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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user