Skip to content

Commit 7d0d3bc

Browse files
committed
Merge pull request pangloss#15 from ehynds/master
Remove code folding by default
2 parents b03f40f + cc70070 commit 7d0d3bc

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
@@ -201,8 +201,6 @@ function! JavaScriptFold()
201201
setl foldtext=FoldText()
202202
endfunction
203203

204-
au FileType javascript call JavaScriptFold()
205-
206204
" }}}
207205

208206
" Define the default highlighting.

0 commit comments

Comments
 (0)