Patch 9.0.1032 (after 9.0.1030)
Problem: Test fails when terminal feature is missing.
Solution: Use CheckRunVimInTerminal.
Files: src/testdir/test_cmdline.vim
*** ../vim-9.0.1031/src/testdir/test_cmdline.vim 2022-12-08
12:00:32.414054432 +0000
--- src/testdir/test_cmdline.vim 2022-12-08 15:42:26.548809609 +0000
***************
*** 2486,2491 ****
--- 2486,2493 ----
endfunc
func Test_wildmenu_pum_clear_entries()
+ CheckRunVimInTerminal
+
" This was using freed memory. Run in a terminal to get the pum to update.
let lines =<< trim END
set wildoptions=pum
*** ../vim-9.0.1031/src/version.c 2022-12-08 15:32:11.087034211 +0000
--- src/version.c 2022-12-08 15:43:45.816929124 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1032,
/**/
--
Error 42: No errors
/// 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/20221208154532.230141C05A8%40moolenaar.net.