Patch 8.1.2063
Problem: Some tests fail when +balloon_eval_term is missing but
_balloon_eval is present. (Dominique Pelle)
Solution: Check the right feature in the test. (closes #4962)
Files: src/testdir/test_popupwin.vim, src/testdir/test_terminal.vim
*** ../vim-8.1.2062/src/testdir/test_popupwin.vim 2019-09-17
21:23:36.458822181 +0200
--- src/testdir/test_popupwin.vim 2019-09-21 22:35:31.262377875 +0200
***************
*** 1137,1143 ****
func Test_popup_beval()
CheckScreendump
! CheckFeature balloon_eval
let lines =<< trim END
call setline(1, range(1, 20))
--- 1137,1143 ----
func Test_popup_beval()
CheckScreendump
! CheckFeature balloon_eval_term
let lines =<< trim END
call setline(1, range(1, 20))
*** ../vim-8.1.2062/src/testdir/test_terminal.vim 2019-09-14
21:23:37.141281837 +0200
--- src/testdir/test_terminal.vim 2019-09-21 22:51:22.773925557 +0200
***************
*** 1466,1471 ****
--- 1466,1472 ----
\]
func Test_terminal_ansicolors_global()
+ CheckFeature termguicolors
if !exists('*term_getansicolors')
throw 'Skipped: term_getansicolors() not supported'
endif
***************
*** 1480,1485 ****
--- 1481,1487 ----
endfunc
func Test_terminal_ansicolors_func()
+ CheckFeature termguicolors
if !exists('*term_getansicolors')
throw 'Skipped: term_getansicolors() not supported'
endif
*** ../vim-8.1.2062/src/version.c 2019-09-21 20:46:14.732275724 +0200
--- src/version.c 2019-09-21 22:36:43.814057238 +0200
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 2063,
/**/
--
FATHER: One day, lad, all this will be yours ...
PRINCE: What - the curtains?
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201909212059.x8LKxKjW008385%40masaka.moolenaar.net.