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 /doc/ale-development.txt | |
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 'doc/ale-development.txt')
-rw-r--r-- | doc/ale-development.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt index 6bc009fd..6ba03da1 100644 --- a/doc/ale-development.txt +++ b/doc/ale-development.txt @@ -48,7 +48,7 @@ documented functions and options, until a major version is planned. Breaking changes should be preceded by a deprecation phase complete with warnings. Changes required for security may be an exception. -ALE supports Vim 8 and above, and NeoVim 0.2.0 or newer. These are the +ALE supports Vim 8 and above, and NeoVim 0.6.0 or newer. These are the earliest versions of Vim and NeoVim which support |job|, |timer|, |closure|, and |lambda| features. All ALE code should be written so it is compatible with these versions of Vim, or with version checks so particular features can @@ -156,7 +156,7 @@ environments. 1. Vim 8.0.0027 on Linux via GitHub Actions. 2. Vim 9.0.0297 on Linux via GitHub Actions. -3. NeoVim 0.2.0 on Linux via GitHub Actions. +3. NeoVim 0.6.0 on Linux via GitHub Actions. 4. NeoVim 0.8.0 on Linux via GitHub Actions. 6. Vim 8 (stable builds) on Windows via AppVeyor. |