forked from aniani/vim
patch 8.2.1740: test fails without the terminal feature
Problem: Test fails without the terminal feature. Solution: Skip test if the terminal feature is not available.
This commit is contained in:
@@ -2832,6 +2832,8 @@ def Test_unset_any_variable()
|
|||||||
enddef
|
enddef
|
||||||
|
|
||||||
def Test_define_func_at_command_line()
|
def Test_define_func_at_command_line()
|
||||||
|
CheckRunVimInTerminal
|
||||||
|
|
||||||
# run in a separate Vim instance to avoid the script context
|
# run in a separate Vim instance to avoid the script context
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
func CheckAndQuit()
|
func CheckAndQuit()
|
||||||
|
@@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
1740,
|
||||||
/**/
|
/**/
|
||||||
1739,
|
1739,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user