mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-13 10:08:32 +08:00
Fix #2835 - Bump up the sign group version check for NeoVim
This commit is contained in:
@@ -32,7 +32,7 @@ Before:
|
||||
|
||||
function! CollectSigns()
|
||||
redir => l:output
|
||||
if has('nvim-0.4.0') || (v:version >= 801 && has('patch614'))
|
||||
if has('nvim-0.4.2') || (v:version >= 801 && has('patch614'))
|
||||
silent exec 'sign place group=ale'
|
||||
else
|
||||
silent exec 'sign place'
|
||||
|
||||
Reference in New Issue
Block a user