diff options
author | w0rp <devw0rp@gmail.com> | 2023-09-07 19:59:05 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2023-09-07 20:01:31 +0100 |
commit | 108e858d61bcd5962ca404f12d8b56e5986739c1 (patch) | |
tree | 266b52b16b9c9ba239f0080a609c9d7e6ba1f675 /test/completion | |
parent | 14350dbb0d265ef87d1c7d420d89fb4165a2b131 (diff) | |
download | ale-108e858d61bcd5962ca404f12d8b56e5986739c1.zip |
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.
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/test_omnifunc_completion.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/completion/test_omnifunc_completion.vader b/test/completion/test_omnifunc_completion.vader index 1db64705..c9ecd205 100644 --- a/test/completion/test_omnifunc_completion.vader +++ b/test/completion/test_omnifunc_completion.vader @@ -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')) |