Patch 8.2.4725

5 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 9, 2022, 4:14:25 PM4/9/22
to vim...@googlegroups.com

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 -- 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