mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2025-12-10 22:51:56 +08:00
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:
@@ -195,8 +195,6 @@ function! JavaScriptFold()
|
||||
setl foldtext=FoldText()
|
||||
endfunction
|
||||
|
||||
au FileType javascript call JavaScriptFold()
|
||||
|
||||
" }}}
|
||||
|
||||
" Define the default highlighting.
|
||||
|
||||
Reference in New Issue
Block a user