mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2025-12-12 15:41:55 +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()
|
setl foldtext=FoldText()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
au FileType javascript call JavaScriptFold()
|
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Define the default highlighting.
|
" Define the default highlighting.
|
||||||
|
|||||||
Reference in New Issue
Block a user