Skip to content

Commit

Permalink
force the filetype even if already set
Browse files Browse the repository at this point in the history
This will override the system ftplugin/changelog textile
set on some distros
  • Loading branch information
robertwahler committed Mar 16, 2010
1 parent eaddc43 commit 38f1bc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ftdetect/textile.vim
Expand Up @@ -2,4 +2,7 @@
"
" Tim Harper (tim.theenchanter.com)

au BufRead,BufNewFile *.textile setf textile
" Force filetype to be textile even if already set
" This will override the system ftplugin/changelog
" set on some distros
au BufRead,BufNewFile *.textile set filetype=textile

0 comments on commit 38f1bc6

Please sign in to comment.