Skip to content

Commit 6c21d00

Browse files
committed
Stop code folding by default.
There is no reason to force this on users. Let people opt in, in their own .vimrc.
1 parent e713ddc commit 6c21d00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

syntax/javascript.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ function! JavaScriptFold()
195195
setl foldtext=FoldText()
196196
endfunction
197197

198-
au FileType javascript call JavaScriptFold()
199-
200198
" }}}
201199

202200
" Define the default highlighting.

0 commit comments

Comments
 (0)