aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_usercommands.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-09 18:34:48 +0800
committerGitHub <noreply@github.com>2022-07-09 18:34:48 +0800
commit022e994ab8701aee460912a4e2498c2cb4eccd38 (patch)
treeb1d8835aa0f3c5fd8de667d6c3c847323322d140 /src/nvim/testdir/test_usercommands.vim
parent798acbca1bfe54d7050cad0189c93bfce5ec6965 (diff)
parent65359e565714a2f1b75aa5cee88d8ee0874f75f6 (diff)
downloadrneovim-022e994ab8701aee460912a4e2498c2cb4eccd38.tar.gz
rneovim-022e994ab8701aee460912a4e2498c2cb4eccd38.tar.bz2
rneovim-022e994ab8701aee460912a4e2498c2cb4eccd38.zip
Merge pull request #19294 from zeertzjq/vim-8.2.0332
vim-patch:8.2.{0332,0396}: insufficient tests for cmdline
Diffstat (limited to 'src/nvim/testdir/test_usercommands.vim')
-rw-r--r--src/nvim/testdir/test_usercommands.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_usercommands.vim b/src/nvim/testdir/test_usercommands.vim
index 015a16705e..e37fe43b22 100644
--- a/src/nvim/testdir/test_usercommands.vim
+++ b/src/nvim/testdir/test_usercommands.vim
@@ -313,7 +313,7 @@ func CustomComplete(A, L, P)
endfunc
func CustomCompleteList(A, L, P)
- return [ "Monday", "Tuesday", "Wednesday" ]
+ return [ "Monday", "Tuesday", "Wednesday", {}]
endfunc
func Test_CmdCompletion()