]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
asciidoc: Detect if a text file is AsciiDoc.
authorSimon Ruderich <simon@ruderich.org>
Tue, 26 May 2009 07:42:58 +0000 (09:42 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 26 May 2009 07:42:58 +0000 (09:42 +0200)
ftdetect/asciidoc_filetype.vim

index 4180ab05affe314085c5143748cd8cb7e7e4a567..9a936e08d3a21733d9e43eaf18ed194df89f7d38 100644 (file)
@@ -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.