diff options
Diffstat (limited to 'vimperator/locale/en-US/autocommands.txt')
-rw-r--r-- | vimperator/locale/en-US/autocommands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vimperator/locale/en-US/autocommands.txt b/vimperator/locale/en-US/autocommands.txt index 9c43ae10..3fa2b43f 100644 --- a/vimperator/locale/en-US/autocommands.txt +++ b/vimperator/locale/en-US/autocommands.txt @@ -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: |