forked from aniani/vim
Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -464,6 +464,10 @@ function! s:parse_vim_hlgroup(li)
|
||||
let item.type = 'both'
|
||||
call add(a:li, copy(item))
|
||||
|
||||
" "Conceal" is an option and cannot be used as keyword, so remove it.
|
||||
" (Separately specified as 'syn match' in vim.vim.base).
|
||||
call filter(a:li, {idx, val -> val.name !=# 'Conceal'})
|
||||
|
||||
quit!
|
||||
|
||||
if empty(a:li)
|
||||
|
||||
Reference in New Issue
Block a user