]> granicus.if.org Git - vim/commitdiff
patch 8.1.1883: options test fails v8.1.1883
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 15:58:11 +0000 (17:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 15:58:11 +0000 (17:58 +0200)
Problem:    Options test fails.
Solution:   Add entry for 'completepopup'.

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

index 0a0a16fcf312dd2435c5eebe81d0941d3d2055d6..3c182ea74b5e033a1b3725d02c4c803462346485 100644 (file)
@@ -78,6 +78,7 @@ let test_values = {
       \ 'complete': [['', 'w,b'], ['xxx']],
       \ 'concealcursor': [['', 'n', 'nvic'], ['xxx']],
       \ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx', 'menu,,,longest,']],
+      \ 'completepopup': [['', 'height:13', 'highlight:That', 'width:10,height:234,highlight:Mine'], ['height:yes', 'width:no', 'xxx', 'xxx:99']],
       \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']],
       \ 'cryptmethod': [['', 'zip'], ['xxx']],
       \ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']],
index 6a706881326eb4c3052b64a4aa2bb50f2413b241..e39567f58b556ca034da99aced82a79182e4541b 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1883,
 /**/
     1882,
 /**/