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 26bde6e commit bea9023Copy full SHA for bea9023
2 files changed
src/testdir/test_excmd.vim
@@ -247,6 +247,9 @@ func Test_confirm_cmd()
247
endfunc
248
249
func Test_confirm_cmd_cancel()
250
+ CheckNotGui
251
+ CheckRunVimInTerminal
252
+
253
" Test for closing a window with a modified buffer
254
let buf = RunVimInTerminal('', {'rows': 20})
255
call term_sendkeys(buf, ":set nomore\n")
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 458,
743
/**/
744
457,
745
0 commit comments