aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/2html.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-01-01 15:00:39 +0100
committerGitHub <noreply@github.com>2023-01-01 15:00:39 +0100
commitc4942880be0521673548c48bf61c1eac6bd37036 (patch)
tree62fa779cea100f27a97035c68dbee0646390af4f /runtime/syntax/2html.vim
parent83e8723864e24d9bf542e779d9612d3ffd014dbf (diff)
downloadrneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.gz
rneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.bz2
rneovim-c4942880be0521673548c48bf61c1eac6bd37036.zip
vim-patch:partial:f1dcd14fc5d4 (#21602)
Update runtime files https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54 missing autocmd blocks and getscriptinfo() Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/syntax/2html.vim')
-rw-r--r--runtime/syntax/2html.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/2html.vim b/runtime/syntax/2html.vim
index 76f3ef7589..ce6797deaa 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: 2020 Jan 05
+" Last Change: 2022 Dec 26
"
" Additional contributors:
"
@@ -1881,7 +1881,7 @@ if s:settings.use_css && !s:settings.no_doc
endif
endif
-if !s:settings.use_css && !s:settings_no_doc
+if !s:settings.use_css && !s:settings.no_doc
" For Netscape 4, set <body> attributes too, though, strictly speaking, it's
" incorrect.
execute '%s:<body\([^>]*\):<body bgcolor="' . s:bgc . '" text="' . s:fgc . '"\1>\r<font face="'. s:htmlfont .'"'