mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
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:
@@ -279,6 +279,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('nvim') || 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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user