vim-patch:2963456ff2b7

Update runtime files.
2963456ff2
This commit is contained in:
Jan Edmund Lazo
2021-04-25 11:34:48 -04:00
parent c8f07e5e1f
commit 5e1f434764
5 changed files with 49 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
" Vim syntax support file
" Maintainer: Ben Fritz <fritzophrenic@gmail.com>
" Last Change: 2019 Nov 13
" Last Change: 2020 Jan 05
"
" Additional contributors:
"
@@ -932,7 +932,7 @@ if s:settings.dynamic_folds
\ "{",
\ " var fold;",
\ " fold = document.getElementById(objID);",
\ " if(fold.className == 'closed-fold')",
\ " if (fold.className == 'closed-fold')",
\ " {",
\ " fold.className = 'open-fold';",
\ " }",