Hi,
On Di, 08 Jul 2025, Christian Brabandt wrote: > patch 9.1.1528: completion: crash with getcompletion() > > Commit: > https://github.com/vim/vim/commit/f2ec8d4afc0623a477d198c42994544190b4e427 > Author: Christian Brabandt <c...@256bit.org> > Date: Tue Jul 8 22:04:10 2025 +0200 > [...] > diff --git a/src/testdir/test_cmdline.vim b/src/testdir/test_cmdline.vim > index 47adb2b08..46ace6616 100644 > --- a/src/testdir/test_cmdline.vim > +++ b/src/testdir/test_cmdline.vim > @@ -4478,7 +4478,7 @@ func Test_search_complete() > call feedkeys("gg/Fo\<tab>\<f9>", 'tx') > call assert_equal(['Foobar', 'FooBARR'], g:compl_info.matches) > call feedkeys("gg/FO\<tab>\<f9>", 'tx') > - call assert_equal({}, g:compl_info) > + call assert_equal({}, g:compl_info) > call feedkeys("gg/\cFo\<tab>\<f9>", 'tx') > call assert_equal([' Somehow we lost the rest of the patch. The rest of the patch is available at: https://github.com/vim/vim/commit/f2ec8d4afc0623a477d198c42994544190b4e427 Thanks, Christian -- I do not know myself and God forbid that I should. -- Johann Wolfgang von Goethe -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/aG1/DqHT%2BUgiTJRP%40256bit.org.