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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220527192400.5206A1C1929%40moolenaar.net.