Skip to content

Commit

Permalink
Merge pull request #1761 from h-east/avoid-makehtml-issue
Browse files Browse the repository at this point in the history
Avoid highlight-group 'Ignore' issue
  • Loading branch information
h-east authored Oct 22, 2024
2 parents 3780f39 + a7bc188 commit 5b06ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/makehtml.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ function! MakeHtmlAll(...)
let s:log = []
call MakeTagsFile()
echo ""
" Avoid problem with highlight group helpIgnore character not being removed
hi Ignore guifg=#ffffff ctermfg=white

let files = split(glob('*.??[tx]'), '\n')
for i in range(len(files))
let file = files[i]
Expand Down

0 comments on commit 5b06ba2

Please sign in to comment.