summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/sign.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/ale/sign.vim b/autoload/ale/sign.vim
index 0c4488b5..e002f584 100644
--- a/autoload/ale/sign.vim
+++ b/autoload/ale/sign.vim
@@ -14,9 +14,9 @@ endif
" Signs show up on the left for error markers.
execute 'sign define ALEErrorSign text=' . g:ale_sign_error
-\ . ' texthl=ALEErrorSign'
+\ . ' texthl=ALEErrorSign linehl=ALEErrorLine'
execute 'sign define ALEWarningSign text=' . g:ale_sign_warning
-\ . ' texthl=ALEWarningSign'
+\ . ' texthl=ALEWarningSign linehl=ALEWarningLine'
sign define ALEDummySign
" Read sign data for a buffer to a list of lines.