To: vim_dev@googlegroups.com Subject: Patch 8.1.2079 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///