dense-analysis / ale

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

Support numhl highlights for vim >= 8.2.3874 #4578

Closed alt-romes closed 1 year ago

alt-romes commented 1 year ago

Fixes #4579

In #2637, support for numhl highlights was added for nvim.

In the meantime, vim added support for numhl highlights in patch 8.2.3874.

This patch allows numhl highlights to be enabled in ALE for vim >= 8.2.3874 too.

alt-romes commented 1 year ago

Fixes #4579

alt-romes commented 1 year ago

Is there anything left to do to @pbnj-dragon ?

pbnj-dragon commented 1 year ago

I don't have merge rights. I defer to project maintainers: @w0rp or @hsanson

w0rp commented 1 year ago

Cheers! :beers:

alt-romes commented 1 year ago

Thanks @w0rp !