diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-25 11:34:48 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:33 -0400 |
commit | 5e1f434764bc553d49baeeca1bdd952e0a366e98 (patch) | |
tree | f1d163de497969c11626a1fbf6ef3032add67d11 /runtime/syntax | |
parent | c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474 (diff) | |
download | rneovim-5e1f434764bc553d49baeeca1bdd952e0a366e98.tar.gz rneovim-5e1f434764bc553d49baeeca1bdd952e0a366e98.tar.bz2 rneovim-5e1f434764bc553d49baeeca1bdd952e0a366e98.zip |
vim-patch:2963456ff2b7
Update runtime files.
https://github.com/vim/vim/commit/2963456ff2b740244b3a064785fe681b1998d75e
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/2html.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/2html.vim b/runtime/syntax/2html.vim index 854059ba86..4afdff2899 100644 --- a/runtime/syntax/2html.vim +++ b/runtime/syntax/2html.vim @@ -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';", \ " }", |