Skip to content

Commit

Permalink
Fix compilation for TINY builds
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonBoy committed Apr 9, 2022
1 parent 8977f96 commit 16ffaa0
Showing 1 changed file with 2 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 @@ -4175,9 +4175,11 @@ nv_next(cmdarg_T *cap)
cap->count1 -= 1;
}

#ifdef FEAT_SEARCH_EXTRA
// Redraw the window to refresh the highlighted matches.
if (i > 0 && p_hls && !no_hlsearch)
redraw_later(VALID);
#endif
}

/*
Expand Down

0 comments on commit 16ffaa0

Please sign in to comment.