mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
Fix #661 - Fix line highlights for style errors and warnings
This commit is contained in:
@@ -53,11 +53,11 @@ endif
|
|||||||
execute 'sign define ALEErrorSign text=' . g:ale_sign_error
|
execute 'sign define ALEErrorSign text=' . g:ale_sign_error
|
||||||
\ . ' texthl=ALEErrorSign linehl=ALEErrorLine'
|
\ . ' texthl=ALEErrorSign linehl=ALEErrorLine'
|
||||||
execute 'sign define ALEStyleErrorSign text=' . g:ale_sign_style_error
|
execute 'sign define ALEStyleErrorSign text=' . g:ale_sign_style_error
|
||||||
\ . ' texthl=ALEStyleErrorSign linehl=ALEStyleErrorSign'
|
\ . ' texthl=ALEStyleErrorSign linehl=ALEErrorLine'
|
||||||
execute 'sign define ALEWarningSign text=' . g:ale_sign_warning
|
execute 'sign define ALEWarningSign text=' . g:ale_sign_warning
|
||||||
\ . ' texthl=ALEWarningSign linehl=ALEWarningLine'
|
\ . ' texthl=ALEWarningSign linehl=ALEWarningLine'
|
||||||
execute 'sign define ALEStyleWarningSign text=' . g:ale_sign_style_warning
|
execute 'sign define ALEStyleWarningSign text=' . g:ale_sign_style_warning
|
||||||
\ . ' texthl=ALEStyleWarningSign linehl=ALEStyleWarningSign'
|
\ . ' texthl=ALEStyleWarningSign linehl=ALEWarningLine'
|
||||||
execute 'sign define ALEInfoSign text=' . g:ale_sign_info
|
execute 'sign define ALEInfoSign text=' . g:ale_sign_info
|
||||||
\ . ' texthl=ALEInfoSign linehl=ALEInfoLine'
|
\ . ' texthl=ALEInfoSign linehl=ALEInfoLine'
|
||||||
sign define ALEDummySign
|
sign define ALEDummySign
|
||||||
|
|||||||
Reference in New Issue
Block a user