From: Bram Moolenaar Date: Sun, 18 Aug 2019 15:58:11 +0000 (+0200) Subject: patch 8.1.1883: options test fails X-Git-Tag: v8.1.1883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9513d91be02f654658b8b33ff429a52ff3c4de12;p=vim patch 8.1.1883: options test fails Problem: Options test fails. Solution: Add entry for 'completepopup'. --- diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim index 0a0a16fcf..3c182ea74 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,']], + \ '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']], diff --git a/src/version.c b/src/version.c index 6a7068813..e39567f58 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1883, /**/ 1882, /**/