mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.0446: options test fails in the GUI
Problem: Options test fails in the GUI. Solution: Don't try changing 'term' in the GUI.
This commit is contained in:
@@ -272,6 +272,9 @@ endfunc
|
|||||||
|
|
||||||
" Must be executed before other tests that set 'term'.
|
" Must be executed before other tests that set 'term'.
|
||||||
func Test_000_term_option_verbose()
|
func Test_000_term_option_verbose()
|
||||||
|
if has('gui_running')
|
||||||
|
return
|
||||||
|
endif
|
||||||
let verb_cm = execute('verbose set t_cm')
|
let verb_cm = execute('verbose set t_cm')
|
||||||
call assert_notmatch('Last set from', verb_cm)
|
call assert_notmatch('Last set from', verb_cm)
|
||||||
|
|
||||||
|
@@ -792,6 +792,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 */
|
||||||
|
/**/
|
||||||
|
446,
|
||||||
/**/
|
/**/
|
||||||
445,
|
445,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user