dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.51k stars 1.43k forks source link

`ALEErrorLine` takes precidence over `ALEError` #4635

Open Hritik14 opened 11 months ago

Hritik14 commented 11 months ago

Steps to reproduce:

:hi ALEError ctermbg=red
:hi ALEErrorLine ctermbg=green

On error, entire line becomes green. It would be better if the part of line containing error (reported by the linter) uses ALEError and the rest of the line uses ALEErrorLine