#572 Handle cleared SignColumn highlights too
This commit is contained in:
parent
1e72a7a130
commit
58880f33be
@ -40,7 +40,7 @@ if !hlexists('ALESignColumnWithoutErrors')
|
|||||||
|
|
||||||
if !empty(l:match)
|
if !empty(l:match)
|
||||||
execute 'highlight link ALESignColumnWithoutErrors ' . l:match[1]
|
execute 'highlight link ALESignColumnWithoutErrors ' . l:match[1]
|
||||||
else
|
elseif l:highlight_syntax !=# 'cleared'
|
||||||
execute 'highlight ALESignColumnWithoutErrors ' . l:highlight_syntax
|
execute 'highlight ALESignColumnWithoutErrors ' . l:highlight_syntax
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user