Patch 8.1.2079
Problem: Popup window test fails without +terminal.
Solution: Check for the +terminal feature.
Files: src/testdir/test_popupwin.vim
*** ../vim-8.1.2078/src/testdir/test_popupwin.vim 2019-09-25
22:14:26.698530906 +0200
--- src/testdir/test_popupwin.vim 2019-09-25 23:05:10.279889784 +0200
***************
*** 1993,1998 ****
--- 1993,2000 ----
endfunc
func Test_popupwin_terminal_buffer()
+ CheckFeature terminal
+
let ptybuf = term_start(&shell, #{hidden: 1})
call assert_fails('let winnr = popup_create(ptybuf, #{})', 'E278:')
exe 'bwipe! ' .. ptybuf
*** ../vim-8.1.2078/src/version.c 2019-09-25 22:45:31.721534846 +0200
--- src/version.c 2019-09-25 23:06:02.631641410 +0200
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 2079,
/**/
--
Futility Factor: No experiment is ever a complete failure - it can always
serve as a negative example.
/// 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/201909252107.x8PL77ct013198%40masaka.moolenaar.net.