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 22718bf commit a7bc188Copy full SHA for a7bc188
tools/makehtml.vim
@@ -24,6 +24,9 @@ function! MakeHtmlAll(...)
24
let s:log = []
25
call MakeTagsFile()
26
echo ""
27
+ " Avoid problem with highlight group helpIgnore character not being removed
28
+ hi Ignore guifg=#ffffff ctermfg=white
29
+
30
let files = split(glob('*.??[tx]'), '\n')
31
for i in range(len(files))
32
let file = files[i]
0 commit comments