summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 448269f..50c685e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -231,7 +231,8 @@ autocmd FileType javascript setlocal omnifunc=javascriptcomplete#CompleteJS
autocmd FileType python setlocal omnifunc=pythoncomplete#Complete
autocmd FileType xml setlocal omnifunc=xmlcomplete#CompleteTags
autocmd FileType php set foldlevelstart=2 foldnestmax=2
-autocmd FileType php g:php_folding=2 g:php_htmlInStrings=1
+autocmd FileType php let g:php_folding=2
+autocmd FileType php let g:php_htmlInStrings=1
autocmd FileType make setlocal noexpandtab
au FileType python set ts=4 sw=4 softtabstop=4 et