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("//\<C-G>", 'xt')
!   call feedkeys("//\<C-T>", 'xt')
!   call feedkeys("??\<C-G>", 'xt')
!   call feedkeys("??\<C-T>", '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 -- [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/20211004190948.97510C80053%40pakwach.

Raspunde prin e-mail lui