Patch 8.1.0446
Problem: Options test fails in the GUI.
Solution: Don't try changing 'term' in the GUI.
Files: src/testdir/test_options.vim
*** ../vim-8.1.0445/src/testdir/test_options.vim 2018-10-02
14:45:07.023652468 +0200
--- src/testdir/test_options.vim 2018-10-02 15:04:35.238391450 +0200
***************
*** 272,277 ****
--- 272,280 ----
" 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)
*** ../vim-8.1.0445/src/version.c 2018-10-02 14:45:07.023652468 +0200
--- src/version.c 2018-10-02 15:05:10.390126789 +0200
***************
*** 794,795 ****
--- 794,797 ----
{ /* Add new patch number below this line */
+ /**/
+ 446,
/**/
--
There are three kinds of persons: Those who can count and those who can't.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.