We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ef986 commit 8ff59f1Copy full SHA for 8ff59f1
tools/build_html.vim
@@ -40,6 +40,9 @@ function VimdocEnConvert()
40
" for ja custom syntax
41
let &runtimepath .= ',' . s:proj_dir
42
43
+ " Avoid problem with highlight group helpIgnore character not being removed
44
+ hi Ignore guifg=#ffffff ctermfg=white
45
+
46
let dst = expand("%:r") . ".html"
47
48
call MakeHtml3("", 1)
0 commit comments