syntax on in text/vimrc

This commit is contained in:
gmarik 2011-05-16 19:33:18 -05:00
parent e73f5ffd04
commit 6c2a34f334

View File

@ -7,6 +7,7 @@ if !isdirectory(expand(root).'/vundle')
endif endif
filetype off filetype off
syntax on
runtime macros/matchit.vim runtime macros/matchit.vim