summaryrefslogtreecommitdiff
path: root/src/testdir/gen_opt_test.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-02 20:54:22 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-02 20:54:22 +0100
commit91ffc8a5f5c7b1c6979b3352a12ed779d11173a9 (patch)
tree6ad08faaa3709ac3982b2324e98c5816dd567687 /src/testdir/gen_opt_test.vim
parent61a6d4e48b4778bdbc741af8ac59519b70f65db8 (diff)
downloadvim-git-91ffc8a5f5c7b1c6979b3352a12ed779d11173a9.tar.gz
patch 8.2.0347: various code not covered by testsv8.2.0347
Problem: Various code not covered by tests. Solution: Add more test coverage. (Yegappan Lakshmanan, closes #5720)
Diffstat (limited to 'src/testdir/gen_opt_test.vim')
-rw-r--r--src/testdir/gen_opt_test.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim
index 91415e49d..c3b2325cc 100644
--- a/src/testdir/gen_opt_test.vim
+++ b/src/testdir/gen_opt_test.vim
@@ -150,7 +150,7 @@ let test_values = {
\ 'viminfo': [['', '''50', '"30'], ['xxx']],
\ 'virtualedit': [['', 'all', 'all,block'], ['xxx']],
\ 'whichwrap': [['', 'b,s', 'bs'], ['xxx']],
- \ 'wildmode': [['', 'full', 'list:full', 'full,longest'], ['xxx']],
+ \ 'wildmode': [['', 'full', 'list:full', 'full,longest'], ['xxx', 'a4', 'full,full,full,full,full']],
\ 'wildoptions': [['', 'tagfile'], ['xxx']],
\ 'winaltkeys': [['menu', 'no'], ['', 'xxx']],
\