To: vim_dev@googlegroups.com Subject: Patch 8.2.5032 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5032 Problem: Python 3 test fails without the GUI. Solution: Check the balloon_eval feature is available. Files: src/testdir/test_python3.vim *** ../vim-8.2.5031/src/testdir/test_python3.vim 2022-05-22 12:23:43.271595457 +0100 --- src/testdir/test_python3.vim 2022-05-27 20:20:27.934780899 +0100 *************** *** 381,391 **** \ ['errorformat', '%f:%l:%m', '%s-%l-%m', ''], \ ['grepprg', 'ggprg', 'lgprg', ''], \ ['makeprg', 'gmprg', 'lmprg', ''], - \ ['balloonexpr', 'gbexpr', 'lbexpr', ''], \ ['cryptmethod', 'blowfish2', 'zip', ''], \ ['lispwords', 'abc', 'xyz', ''], \ ['makeencoding', 'utf-8', 'latin1', ''], \ ['undolevels', 100, 200, -123456]] " Set the global and buffer-local option values and then clear the " buffer-local option value. --- 381,393 ---- \ ['errorformat', '%f:%l:%m', '%s-%l-%m', ''], \ ['grepprg', 'ggprg', 'lgprg', ''], \ ['makeprg', 'gmprg', 'lmprg', ''], \ ['cryptmethod', 'blowfish2', 'zip', ''], \ ['lispwords', 'abc', 'xyz', ''], \ ['makeencoding', 'utf-8', 'latin1', ''], \ ['undolevels', 100, 200, -123456]] + if has('balloon_eval') + call add(bopts, ['balloonexpr', 'gbexpr', 'lbexpr', '']) + endif " Set the global and buffer-local option values and then clear the " buffer-local option value. *** ../vim-8.2.5031/src/version.c 2022-05-27 20:13:24.491044228 +0100 --- src/version.c 2022-05-27 20:20:25.886782187 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5032, /**/ -- LAUNCELOT leaps into SHOT with a mighty cry and runs the GUARD through and hacks him to the floor. Blood. Swashbuckling music (perhaps). LAUNCELOT races through into the castle screaming. SECOND SENTRY: Hey! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///