Fix #2835 - Bump up the sign group version check for NeoVim

This commit is contained in:
w0rp
2019-10-21 09:35:23 +01:00
parent c06467438d
commit 67d0ccc398
4 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -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'