summaryrefslogtreecommitdiffstats
path: root/runtime/import
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-09 20:45:54 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-09 20:45:54 +0100
commit63f32603789d1a27c559fc440325955fd0b8b500 (patch)
tree4704249d1618c6e126e41c6889c29d353f39e59c /runtime/import
parent2813f38e021c6e6581c0c88fcf107e41788bc835 (diff)
Update runtime files
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