To: vim_dev@googlegroups.com Subject: Patch 8.2.3472 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3472 Problem: Other crashes with empty search pattern not tested. Solution: Add a few more test lines. (Dominique Pellé) Files: src/testdir/test_search.vim *** ../vim-8.2.3471/src/testdir/test_search.vim 2021-10-04 19:47:31.940220521 +0100 --- src/testdir/test_search.vim 2021-10-04 20:08:00.125490515 +0100 *************** *** 1982,1989 **** let @/ = "" set incsearch ! " this was causing a crash ! call feedkeys("//\x14", 'xt') endfunc --- 1982,1992 ---- let @/ = "" set incsearch ! " these were causing a crash ! call feedkeys("//\", 'xt') ! call feedkeys("//\", 'xt') ! call feedkeys("??\", 'xt') ! call feedkeys("??\", 'xt') endfunc *** ../vim-8.2.3471/src/version.c 2021-10-04 19:47:31.940220521 +0100 --- src/version.c 2021-10-04 20:09:00.394327952 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3472, /**/ -- Common sense is what tells you that the world is flat. /// 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 ///