Patch 8.2.3472

5 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 4, 2021, 3:09:55 PM10/4/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages