Skip to content

Commit

Permalink
patch 8.2.4725: unused variable in tiny build
Browse files Browse the repository at this point in the history
Problem:    Unused variable in tiny build.
Solution:   Add #ifdef.
  • Loading branch information
brammool committed Apr 9, 2022
1 parent a439938 commit 2ce97ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/normal.c
Original file line number Diff line number Diff line change
Expand Up @@ -4197,7 +4197,9 @@ normal_search(
{
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;
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4725,
/**/
4724,
/**/
Expand Down

0 comments on commit 2ce97ae

Please sign in to comment.