ref(syntax): change default link for function args

This commit is contained in:
Iron-E 2020-12-12 15:12:19 -05:00
parent 2da8bbac90
commit 62b7da590e
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ local highlight_groups = {
vimHiGui = 'vimHiCterm', vimHiGui = 'vimHiCterm',
vimHiGuiFgBg = 'vimHiGui', vimHiGuiFgBg = 'vimHiGui',
vimHiKeyList = 'Operator', vimHiKeyList = 'Operator',
vimIsCommand = 'Keyword', vimIsCommand = 'Identifier',
vimOption = 'Keyword', vimOption = 'Keyword',
vimScriptDelim = 'Ignore', vimScriptDelim = 'Ignore',
vimSet = 'String', vimSet = 'String',