1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 10:21:26 +02:00

Remove setting of 'syntax' in Asciidoc file modelines.

Setting 'filetype' makes this redundant.
This commit is contained in:
Doug Kearns
2009-01-19 00:45:58 +11:00
parent aaa36956c5
commit 16b9b98a45
23 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -86,4 +86,4 @@ 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'"
// vim: set syntax=asciidoc filetype=asciidoc:
// vim: set filetype=asciidoc: