Update minimum supported NeoVim version to 0.6.0

Stop officially supporting NeoVim versions below 0.6.0, without
necessarily breaking ALE for people using older versions.
This commit is contained in:
w0rp
2023-09-07 19:59:05 +01:00
parent 14350dbb0d
commit 108e858d61
8 changed files with 66 additions and 71 deletions

View File

@@ -45,7 +45,7 @@ Execute(The start position should be returned when results can be requested):
AssertEqual 11, ale#completion#OmniFunc(1, '')
Execute(The omnifunc function should return async results):
" Neovim 0.2.0 and 0.4.4 struggles at running these tests.
" Neovim struggles at running these tests.
if !has('nvim')
call timer_start(0, function('SetCompletionResult'))