mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-08 20:43:31 +08:00
#572 Handle cleared SignColumn highlights too
This commit is contained in:
@@ -40,7 +40,7 @@ if !hlexists('ALESignColumnWithoutErrors')
|
||||
|
||||
if !empty(l:match)
|
||||
execute 'highlight link ALESignColumnWithoutErrors ' . l:match[1]
|
||||
else
|
||||
elseif l:highlight_syntax !=# 'cleared'
|
||||
execute 'highlight ALESignColumnWithoutErrors ' . l:highlight_syntax
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user