#572 Handle cleared SignColumn highlights too

This commit is contained in:
w0rp 2017-05-23 17:25:13 +01:00
parent 1e72a7a130
commit 58880f33be
1 changed files with 1 additions and 1 deletions

View File

@ -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