0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -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:
Bram Moolenaar
2018-10-02 15:06:40 +02:00
parent 35bc7d6c52
commit 4f88875725
2 changed files with 5 additions and 0 deletions

View File

@@ -272,6 +272,9 @@ endfunc
" Must be executed before other tests that set 'term'.
func Test_000_term_option_verbose()
if has('gui_running')
return
endif
let verb_cm = execute('verbose set t_cm')
call assert_notmatch('Last set from', verb_cm)

View File

@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
446,
/**/
445,
/**/