workaround bad ftdetect

This commit is contained in:
Loic Nageleisen 2011-09-28 16:24:55 +02:00
parent 6af605a8e0
commit f3579895df

3
vimrc
View file

@ -72,7 +72,8 @@ if has('syntax') && (&t_Co > 2)
endif
"enable filetype detection
"filetype on
filetype off "workaround for correct ftdetect handling
filetype on
filetype plugin on
filetype indent on