Stop code folding by default.

There is no reason to force this on users.  Let people opt in, in their
own .vimrc.
This commit is contained in:
Jason Webb
2012-04-22 09:36:52 -06:00
parent e713ddc1f7
commit 6c21d00079

View File

@@ -195,8 +195,6 @@ function! JavaScriptFold()
setl foldtext=FoldText() setl foldtext=FoldText()
endfunction endfunction
au FileType javascript call JavaScriptFold()
" }}} " }}}
" Define the default highlighting. " Define the default highlighting.