diff options
author | Horacio Sanson <hsanson@gmail.com> | 2021-08-07 20:19:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 20:19:41 +0900 |
commit | cc34310a99ece2a1bb8d626f77436e53d43fa18b (patch) | |
tree | b7bc1575a298ceb8fc2fa14e0d850a03136b07aa | |
parent | 10f984673c51d2affbf8dc69d79a6280d7b69060 (diff) | |
download | ale-cc34310a99ece2a1bb8d626f77436e53d43fa18b.zip |
Add neovim-05 flag to run-test help output (#3864)
Co-authored-by: Horacio Sanson <horacio@allm.inc>
-rwxr-xr-x | run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ while [ $# -ne 0 ]; do echo ' --neovim-only Run tests only for NeoVim' echo ' --neovim-02-only Run tests only for NeoVim 0.2' echo ' --neovim-04-only Run tests only for NeoVim 0.4' + echo ' --neovim-05-only Run tests only for NeoVim 0.5' echo ' --vim-only Run tests only for Vim' echo ' --vim-80-only Run tests only for Vim 8.0' echo ' --vim-82-only Run tests only for Vim 8.2' |