Commit 58727ce
Changed files (1)
vimrc
@@ -1,6 +1,8 @@
"" Basic Settings {{{{
""
+syntax enable
+
set autoindent
set autoread
set autowrite
@@ -96,7 +98,6 @@ endif
runtime macros/matchit.vim
color happy_hacking
-syntax on
filetype plugin indent on
set omnifunc=syntaxcomplete#Complete