diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index dfdfc13ebb..b9d6d83019 100644 --- a/src/testdir/test_popupwin.vim +++ b/src/testdir/test_popupwin.vim @@ -1993,6 +1993,8 @@ func Test_popupwin_with_buffer() endfunc func Test_popupwin_terminal_buffer() + CheckFeature terminal + let ptybuf = term_start(&shell, #{hidden: 1}) call assert_fails('let winnr = popup_create(ptybuf, #{})', 'E278:') exe 'bwipe! ' .. ptybuf diff --git a/src/version.c b/src/version.c index af7ee23942..f7d7ede5ff 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2079, /**/ 2078, /**/