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 1fd30d7 commit c7488a7Copy full SHA for c7488a7
2 files changed
src/ex_cmds.c
@@ -3856,7 +3856,6 @@ do_sub(exarg_T *eap)
3856
colnr_T matchcol;
3857
colnr_T prev_matchcol = MAXCOL;
3858
char_u *new_end, *new_start = NULL;
3859
- colnr_T total_added = 0;
3860
unsigned new_start_len = 0;
3861
char_u *p1;
3862
int did_sub = FALSE;
@@ -3868,6 +3867,7 @@ do_sub(exarg_T *eap)
3868
3867
linenr_T sub_firstlnum; /* nr of first sub line */
3869
#ifdef FEAT_TEXT_PROP
3870
int apc_flags = APC_SAVE_FOR_UNDO | APC_SUBSTITUTE;
+ colnr_T total_added = 0;
3871
#endif
3872
3873
/*
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 2217,
746
/**/
747
2216,
748
0 commit comments