asciidoc/asciidoc-vim-fix.diff

14 lines
719 B
Diff
Raw Normal View History

--- a/vim/ftdetect/asciidoc_filetype.vim-dist 2008-06-10 16:07:02.000000000 +0200
+++ b/vim/ftdetect/asciidoc_filetype.vim 2008-06-10 16:07:51.000000000 +0200
@@ -10,8 +10,8 @@
" The first sets asciidoc syntax highlighting on all .txt files, the second
" only existing files *.txt that appear to be AsciiDoc files.
-au BufNewFile,BufRead *.txt,README,TODO,CHANGELOG,NOTES setfiletype asciidoc
-"au BufRead *.txt,README,TODO,CHANGELOG,NOTES call s:FTasciidoc()
+"au BufNewFile,BufRead *.txt,README,TODO,CHANGELOG,NOTES setfiletype asciidoc
+au BufRead *.txt,README,TODO,CHANGELOG,NOTES call s:FTasciidoc()
" This function checks for a valid AsciiDoc document title after first
" skipping any leading comments.