Patch 9.0.1148 (after 9.0.1144)
Problem: Cmdline test fails in the GUI.
Solution: Skip the test when running in the GUI.
Files: src/testdir/test_cmdline.vim
*** ../vim-9.0.1147/src/testdir/test_cmdline.vim 2023-01-04
15:56:47.868550539 +0000
--- src/testdir/test_cmdline.vim 2023-01-04 18:58:15.497376800 +0000
***************
*** 655,660 ****
--- 655,663 ----
endfunc
func Test_multibyte_expression()
+ " Get a dialog in the GUI
+ CheckNotGui
+
" This was using uninitialized memory.
let lines =<< trim END
set verbose=6
*** ../vim-9.0.1147/src/version.c 2023-01-04 18:54:05.320172637 +0000
--- src/version.c 2023-01-04 18:59:39.349666516 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1148,
/**/
--
SOLDIER: What? A swallow carrying a coconut?
ARTHUR: It could grip it by the husk ...
"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/20230104190025.C2A581C0865%40moolenaar.net.