]> granicus.if.org Git - vim/commitdiff
patch 8.1.1771: options test fails on MS-Windows v8.1.1771
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Jul 2019 16:38:09 +0000 (18:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Jul 2019 16:38:09 +0000 (18:38 +0200)
Problem:    Options test fails on MS-Windows.
Solution:   Add correct and incorrect values for 'completeslash'.

src/testdir/gen_opt_test.vim
src/version.c

index e410feb42d6c1211df7715214c0727d5ffe11089..0a0a16fcf312dd2435c5eebe81d0941d3d2055d6 100644 (file)
@@ -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']],
index b0fe67f5029426b579f77b7e49c8765aeb8186fc..5507f6ac0997e0e00e0cb32d77a3b56f57114ff5 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1771,
 /**/
     1770,
 /**/