vim-patch:8.2.0458: missing feature check in test function

Problem:    Missing feature check in test function.
Solution:   Add check commands.
bea9023d42
This commit is contained in:
Jan Edmund Lazo
2021-01-02 18:46:39 -05:00
parent df40d973cc
commit d216314e5b

View File

@@ -99,6 +99,9 @@ func Test_confirm_cmd()
endfunc
func Test_confirm_cmd_cancel()
CheckNotGui
CheckRunVimInTerminal
" Test for closing a window with a modified buffer
let buf = RunVimInTerminal('', {'rows': 20})
call term_sendkeys(buf, ":set nomore\n")