We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a439938 commit 2ce97aeCopy full SHA for 2ce97ae
src/normal.c
@@ -4197,7 +4197,9 @@ normal_search(
4197
{
4198
int i;
4199
searchit_arg_T sia;
4200
+#ifdef FEAT_SEARCH_EXTRA
4201
pos_T prev_cursor = curwin->w_cursor;
4202
+#endif
4203
4204
cap->oap->motion_type = MCHAR;
4205
cap->oap->inclusive = FALSE;
src/version.c
@@ -746,6 +746,8 @@ static char *(features[]) =
746
747
static int included_patches[] =
748
{ /* Add new patch number below this line */
749
+/**/
750
+ 4725,
751
/**/
752
4724,
753
0 commit comments