summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-09-16 12:16:08 +0900
committerGitHub <noreply@github.com>2021-09-16 12:16:08 +0900
commit31349f208bf186bab90e51fddc09493fe28a19d8 (patch)
tree21c60c01f0addb7a41219021ca78ad0bb24af206
parentf769f64c079d2f3216559234fb92673182089267 (diff)
downloadale-31349f208bf186bab90e51fddc09493fe28a19d8.zip
Update ALE test docs to mention NVim 0.5 (#3904)
-rw-r--r--doc/ale-development.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt
index 7f8ec28f..3d0dd524 100644
--- a/doc/ale-development.txt
+++ b/doc/ale-development.txt
@@ -156,7 +156,8 @@ environments.
2. Vim 8.2.2401 on Linux via GitHub Actions.
3. NeoVim 0.2.0 on Linux via GitHub Actions.
4. NeoVim 0.4.4 on Linux via GitHub Actions.
-5. Vim 8 (stable builds) on Windows via AppVeyor.
+5. NeoVim 0.5.0 on Linux via GitHub Actions.
+6. Vim 8 (stable builds) on Windows via AppVeyor.
If you are developing ALE code on Linux, Mac OSX, or BSD, you can run ALEs
tests by installing Docker and running the `run-tests` script. Follow the