Skip to content

Commit e76b667

Browse files
authored
Merge pull request #42 from h-east/avoid-makehtml-issue
Avoid highlight-group 'Ignore' issue
2 parents 3f33fd0 + aab8019 commit e76b667

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/makehtml.vim

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ function! MakeHtmlAll(...)
2424
let s:log = []
2525
call MakeTagsFile()
2626
echo ""
27+
" Avoid problem with highlight group helpIgnore character not being removed
28+
hi Ignore guifg=#ffffff ctermfg=white
29+
2730
let files = split(glob('*.??[tx]'), '\n')
2831
for i in range(len(files))
2932
let file = files[i]

0 commit comments

Comments
 (0)