Merge pull request #15 from ehynds/master

Remove code folding by default
This commit is contained in:
Jose Elera Campana
2013-03-26 09:58:16 -07:00

View File

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