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 4ec86dd commit 2254a8aCopy full SHA for 2254a8a
2 files changed
src/ops.c
@@ -2507,7 +2507,7 @@ op_insert(oparg_T *oap, long count1)
2507
{
2508
long ins_len, pre_textlen = 0;
2509
char_u *firstline, *ins_text;
2510
- colnr_T ind_pre, ind_post;
+ colnr_T ind_pre = 0, ind_post;
2511
struct block_def bd;
2512
int i;
2513
pos_T t1;
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1044,
774
/**/
775
1043,
776
0 commit comments