2009-01-08 13:50:47 +00:00
|
|
|
--- 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
|
2008-01-24 19:16:27 +00:00
|
|
|
@@ -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.
|
|
|
|
|
2008-06-23 00:22:22 +00:00
|
|
|
-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()
|
2008-01-24 19:16:27 +00:00
|
|
|
|
|
|
|
" This function checks for a valid AsciiDoc document title after first
|
|
|
|
" skipping any leading comments.
|