We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21118e commit d2c1fb4Copy full SHA for d2c1fb4
2 files changed
src/testdir/test_popupwin.vim
@@ -1993,6 +1993,8 @@ func Test_popupwin_with_buffer()
1993
endfunc
1994
1995
func Test_popupwin_terminal_buffer()
1996
+ CheckFeature terminal
1997
+
1998
let ptybuf = term_start(&shell, #{hidden: 1})
1999
call assert_fails('let winnr = popup_create(ptybuf, #{})', 'E278:')
2000
exe 'bwipe! ' .. ptybuf
src/version.c
@@ -757,6 +757,8 @@ static char *(features[]) =
757
758
static int included_patches[] =
759
{ /* Add new patch number below this line */
760
+/**/
761
+ 2079,
762
/**/
763
2078,
764
0 commit comments