diff --git a/ftdetect/textile.vim b/ftdetect/textile.vim index 570e3a9..d02f942 100644 --- a/ftdetect/textile.vim +++ b/ftdetect/textile.vim @@ -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