diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim index 08b9cd9ca..d4d1c2fed 100644 --- a/src/testdir/test_popup.vim +++ b/src/testdir/test_popup.vim @@ -1513,9 +1513,9 @@ func Test_pum_highlights_match() call VerifyScreenDump(buf, 'Test_pum_highlights_15', {}) call term_sendkeys(buf, "\\") - call term_sendkeys(buf, ":hi PmenuMatchSel ctermfg=14\") + call term_sendkeys(buf, ":hi PmenuMatchSel ctermfg=14 ctermbg=NONE\") call TermWait(buf, 50) - call term_sendkeys(buf, ":hi PmenuMatch ctermfg=12\") + call term_sendkeys(buf, ":hi PmenuMatch ctermfg=12 ctermbg=NONE\") call term_sendkeys(buf, ":set cot=menu,noinsert,fuzzy\") call term_sendkeys(buf, "S\\") call TermWait(buf, 50) diff --git a/src/version.c b/src/version.c index 45fcbd3a3..858034e6e 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1008, /**/ 1007, /**/