To: vim_dev@googlegroups.com Subject: Patch 8.2.0763 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0763 Problem: GUI test fails without the terminal feature. Solution: Check the terminal feature is supported. (Ken Takata, closes #6084) Files: src/testdir/test_gui.vim *** ../vim-8.2.0762/src/testdir/test_gui.vim 2020-05-11 22:04:46.928845435 +0200 --- src/testdir/test_gui.vim 2020-05-15 22:46:20.144000223 +0200 *************** *** 841,846 **** --- 841,847 ---- " Test for "!" option in 'guioptions'. Use a terminal for running external " commands func Test_gui_run_cmd_in_terminal() + CheckFeature terminal let save_guioptions = &guioptions set guioptions+=! if has('win32') *** ../vim-8.2.0762/src/version.c 2020-05-15 22:30:34.895488256 +0200 --- src/version.c 2020-05-15 22:45:27.980211322 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 763, /**/ -- hundred-and-one symptoms of being an internet addict: 100. The most exciting sporting events you noticed during summer 1996 was Netscape vs. Microsoft. /// 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 ///