vim-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.
4f88875725
This commit is contained in:
Jan Edmund Lazo
2020-01-29 20:30:48 -05:00
parent ca08d5c191
commit f719b8898b

View File

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