Patch 8.2.4725 (after 8.2.4724)
Problem: Unused variable in tiny build.
Solution: Add #ifdef.
Files: src/normal.c
*** ../vim-8.2.4724/src/normal.c 2022-04-09 21:02:58.506251763 +0100
--- src/normal.c 2022-04-09 21:12:54.117994470 +0100
***************
*** 4197,4203 ****
--- 4197,4205 ----
{
int i;
searchit_arg_T sia;
+ #ifdef FEAT_SEARCH_EXTRA
pos_T prev_cursor = curwin->w_cursor;
+ #endif
cap->oap->motion_type = MCHAR;
cap->oap->inclusive = FALSE;
*** ../vim-8.2.4724/src/version.c 2022-04-09 21:02:58.510251761 +0100
--- src/version.c 2022-04-09 21:13:33.609976385 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4725,
/**/
--
If you don't get everything you want, think of
everything you didn't get and don't want.
/// 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/20220409201421.9DBD71C0917%40moolenaar.net.