summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-08-07 20:19:41 +0900
committerGitHub <noreply@github.com>2021-08-07 20:19:41 +0900
commitcc34310a99ece2a1bb8d626f77436e53d43fa18b (patch)
treeb7bc1575a298ceb8fc2fa14e0d850a03136b07aa /run-tests
parent10f984673c51d2affbf8dc69d79a6280d7b69060 (diff)
downloadale-cc34310a99ece2a1bb8d626f77436e53d43fa18b.zip
Add neovim-05 flag to run-test help output (#3864)
Co-authored-by: Horacio Sanson <horacio@allm.inc>
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests b/run-tests
index d0ca0ac6..21ca5769 100755
--- a/run-tests
+++ b/run-tests
@@ -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'