Skip to content

Commit 6362ba9

Browse files
author
Darrick Wiebe
committed
Merge pull request pangloss#22 from tpope/master
Remove additional fold option meddling
2 parents e8d6e10 + ecdf534 commit 6362ba9

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
@@ -176,8 +176,6 @@ if exists("b:javascript_fold")
176176
syntax region javaScriptFuncBlock contained matchgroup=javaScriptFuncBlock start="{" end="}" contains=@javaScriptAll,javaScriptParensErrA,javaScriptParensErrB,javaScriptParen,javaScriptBracket,javaScriptBlock fold
177177
else
178178
syntax keyword javaScriptFunction function
179-
setlocal foldmethod<
180-
setlocal foldlevel<
181179
endif
182180

183181
" Define the default highlighting.

0 commit comments

Comments
 (0)