mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.2.0458: missing feature check in test function
Problem: Missing feature check in test function. Solution: Add check commands.
This commit is contained in:
@@ -247,6 +247,9 @@ func Test_confirm_cmd()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_confirm_cmd_cancel()
|
func Test_confirm_cmd_cancel()
|
||||||
|
CheckNotGui
|
||||||
|
CheckRunVimInTerminal
|
||||||
|
|
||||||
" Test for closing a window with a modified buffer
|
" Test for closing a window with a modified buffer
|
||||||
let buf = RunVimInTerminal('', {'rows': 20})
|
let buf = RunVimInTerminal('', {'rows': 20})
|
||||||
call term_sendkeys(buf, ":set nomore\n")
|
call term_sendkeys(buf, ":set nomore\n")
|
||||||
|
@@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
458,
|
||||||
/**/
|
/**/
|
||||||
457,
|
457,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user