Skip to content

Commit 8ff59f1

Browse files
committed
hide helpIgnore
1 parent e0ef986 commit 8ff59f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/build_html.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ function VimdocEnConvert()
4040
" for ja custom syntax
4141
let &runtimepath .= ',' . s:proj_dir
4242

43+
" Avoid problem with highlight group helpIgnore character not being removed
44+
hi Ignore guifg=#ffffff ctermfg=white
45+
4346
let dst = expand("%:r") . ".html"
4447

4548
call MakeHtml3("", 1)

0 commit comments

Comments
 (0)