remove code folding by default

This commit is contained in:
Eric Hynds
2012-08-16 18:47:47 -03:00
parent b03f40ff6d
commit cc7007036b

View File

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