Patch 8.1.2079

12 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 25, 2019, 5:07:13 PM9/25/19
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages