summaryrefslogtreecommitdiff
path: root/src/testdir/gen_opt_test.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-28 18:38:09 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-28 18:38:09 +0200
commitd4404b4391a0cd3ab197e09bee7828c88882f6b2 (patch)
tree9ddb46bf922f2e71581e1f3bc41f26532d107962 /src/testdir/gen_opt_test.vim
parent56c0c4749d58e9331b212c38df46e2993d5d97c1 (diff)
downloadvim-git-d4404b4391a0cd3ab197e09bee7828c88882f6b2.tar.gz
patch 8.1.1771: options test fails on MS-Windowsv8.1.1771
Problem: Options test fails on MS-Windows. Solution: Add correct and incorrect values for 'completeslash'.
Diffstat (limited to 'src/testdir/gen_opt_test.vim')
-rw-r--r--src/testdir/gen_opt_test.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim
index e410feb42..0a0a16fcf 100644
--- a/src/testdir/gen_opt_test.vim
+++ b/src/testdir/gen_opt_test.vim
@@ -78,6 +78,7 @@ let test_values = {
\ 'complete': [['', 'w,b'], ['xxx']],
\ 'concealcursor': [['', 'n', 'nvic'], ['xxx']],
\ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']],
+ \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']],
\ 'cryptmethod': [['', 'zip'], ['xxx']],
\ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']],
\ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']],