Fix signs initialization.
Signs should be initialized even if they aren't enabled at startup.
This commit is contained in:
parent
ba13a3d4b5
commit
01232979aa
@ -43,7 +43,7 @@ function! g:SyntasticSigner.New()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! g:SyntasticSigner.SetUpSignStyles()
|
function! g:SyntasticSigner.SetUpSignStyles()
|
||||||
if g:syntastic_enable_signs
|
if has('signs')
|
||||||
if !hlexists('SyntasticErrorSign')
|
if !hlexists('SyntasticErrorSign')
|
||||||
highlight link SyntasticErrorSign error
|
highlight link SyntasticErrorSign error
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user