From cc34310a99ece2a1bb8d626f77436e53d43fa18b Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Sat, 7 Aug 2021 20:19:41 +0900 Subject: [PATCH] Add neovim-05 flag to run-test help output (#3864) Co-authored-by: Horacio Sanson --- run-tests | 1 + 1 file changed, 1 insertion(+) 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'