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 a604429 commit 0400056Copy full SHA for 0400056
2 files changed
src/edit.c
@@ -9032,7 +9032,7 @@ ins_bs(
9032
(linenr_T)(curwin->w_cursor.lnum + 1)) == FAIL)
9033
return FALSE;
9034
--Insstart.lnum;
9035
- Insstart.col = STRLEN(ml_get(Insstart.lnum));
+ Insstart.col = (colnr_T)STRLEN(ml_get(Insstart.lnum));
9036
}
9037
/*
9038
* In replace mode:
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 541,
769
/**/
770
540,
771
0 commit comments