To: vim_dev@googlegroups.com Subject: Patch 8.2.3009 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3009 (after 8.2.3006) Problem: Startup test may hang. Solution: Do not run the test in the GUI. Files: src/testdir/test_startup.vim *** ../vim-8.2.3008/src/testdir/test_startup.vim 2021-06-15 23:05:55.558226225 +0200 --- src/testdir/test_startup.vim 2021-06-16 10:57:29.955386147 +0200 *************** *** 1302,1307 **** --- 1302,1309 ---- endfunc func Test_echo_true_in_cmd() + CheckNotGui + let lines =<< trim END echo v:true call writefile(['done'], 'Xresult') *************** *** 1313,1319 **** endif call delete('Xscript') call delete('Xresult') - endfunc " vim: shiftwidth=2 sts=2 expandtab --- 1315,1320 ---- *** ../vim-8.2.3008/src/version.c 2021-06-15 23:05:55.558226225 +0200 --- src/version.c 2021-06-16 10:57:58.195296699 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 3009, /**/ -- Engineers are widely recognized as superior marriage material: intelligent, dependable, employed, honest, and handy around the house. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///