diff --git a/plugin/syntastic/signer.vim b/plugin/syntastic/signer.vim index 3b4c5657..0aefdc03 100644 --- a/plugin/syntastic/signer.vim +++ b/plugin/syntastic/signer.vim @@ -43,7 +43,7 @@ function! g:SyntasticSigner.New() endfunction function! g:SyntasticSigner.SetUpSignStyles() - if g:syntastic_enable_signs + if has('signs') if !hlexists('SyntasticErrorSign') highlight link SyntasticErrorSign error endif