mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2026-03-13 10:21:07 +08:00
Merge pull request #27 from tlvince/bug-fold-comment
Removes dangling FoldText() call
This commit is contained in:
@@ -202,8 +202,6 @@ function! JavaScriptFold()
|
||||
setl foldmethod=syntax
|
||||
setl foldlevelstart=1
|
||||
syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend
|
||||
|
||||
setl foldtext=FoldText()
|
||||
endfunction
|
||||
|
||||
" }}}
|
||||
|
||||
Reference in New Issue
Block a user