summaryrefslogtreecommitdiffstats
path: root/runtime/import
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/import')
-rw-r--r--runtime/import/dist/vimhelp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/import/dist/vimhelp.vim b/runtime/import/dist/vimhelp.vim
index 00cc79cfdb..e0afd1f97d 100644
--- a/runtime/import/dist/vimhelp.vim
+++ b/runtime/import/dist/vimhelp.vim
@@ -7,7 +7,7 @@ export def HighlightGroups()
var buf: number = bufnr('%')
var lnum: number = search('\*highlight-groups\*', 'cn')
while getline(lnum) !~ '===' && lnum < line('$')
- var word: string = getline(lnum)->matchstr('^\w\+\ze\t')
+ var word: string = getline(lnum)->matchstr('^\w\+\ze\s')
if word->hlexists()
var name = 'help-hl-' .. word
if prop_type_list({bufnr: buf})->match(name) == -1