set filetype after plugins

This commit is contained in:
Josh Holtrop 2011-05-22 22:38:31 -04:00
parent e4ceffc71d
commit 839ee1f2ae

2
vimrc
View File

@ -108,5 +108,5 @@ if has("autocmd")
" open all buffers in a new tab " open all buffers in a new tab
" au BufAdd,BufNewFile * nested tab sball " au BufAdd,BufNewFile * nested tab sball
" install glsl.vim in ~/.vim/syntax to use syntax highlighting for GLSL: " install glsl.vim in ~/.vim/syntax to use syntax highlighting for GLSL:
" au BufNewFile,BufRead *.frag,*.vert,*.fp,*.vp,*.glsl setf glsl au BufNewFile,BufWinEnter *.frag,*.vert,*.fp,*.vp,*.glsl setf glsl
endif " has("autocmd") endif " has("autocmd")