Skip to content

Commit ecdf534

Browse files
committed
Remove additional fold option meddling
1 parent e8d6e10 commit ecdf534

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)