Skip to content

Commit bea9023

Browse files
committed
patch 8.2.0458: missing feature check in test function
Problem: Missing feature check in test function. Solution: Add check commands.
1 parent 26bde6e commit bea9023

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_excmd.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ func Test_confirm_cmd()
247247
endfunc
248248

249249
func Test_confirm_cmd_cancel()
250+
CheckNotGui
251+
CheckRunVimInTerminal
252+
250253
" Test for closing a window with a modified buffer
251254
let buf = RunVimInTerminal('', {'rows': 20})
252255
call term_sendkeys(buf, ":set nomore\n")

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ static char *(features[]) =
738738

739739
static int included_patches[] =
740740
{ /* Add new patch number below this line */
741+
/**/
742+
458,
741743
/**/
742744
457,
743745
/**/

0 commit comments

Comments
 (0)