Patch 8.2.4262 (after 8.2.4261)
Problem: Some search tests fail.
Solution: Use a better way to reject searching for the Visual area.
Files: src/regexp.c
*** ../vim-8.2.4261/src/regexp.c 2022-01-30 16:42:52.501450826 +0000
--- src/regexp.c 2022-01-30 17:15:33.407283151 +0000
***************
*** 1268,1274 ****
colnr_T curswant;
// Check if the buffer is the current buffer and not using a string.
! if (rex.reg_buf != curbuf || VIsual.lnum == 0 || rex.reg_maxline == 0)
return FALSE;
if (VIsual_active)
--- 1268,1274 ----
colnr_T curswant;
// Check if the buffer is the current buffer and not using a string.
! if (rex.reg_buf != curbuf || VIsual.lnum == 0 || !REG_MULTI)
return FALSE;
if (VIsual_active)
*** ../vim-8.2.4261/src/version.c 2022-01-30 16:42:52.505450760 +0000
--- src/version.c 2022-01-30 17:17:10.349722272 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4262,
/**/
--
OLD WOMAN: King of the WHO?
ARTHUR: The Britons.
OLD WOMAN: Who are the Britons?
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/20220130171930.B75E11C1918%40moolenaar.net.