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 bf3250a commit 6d11f3bCopy full SHA for 6d11f3b
2 files changed
src/edit.c
@@ -7970,7 +7970,7 @@ replace_do_bs(int limit_col)
7970
if (cc > 0)
7971
{
7972
#ifdef FEAT_TEXT_PROP
7973
- size_t len_before;
+ size_t len_before = 0; // init to shut up GCC
7974
7975
if (curbuf->b_has_textprop)
7976
src/version.c
@@ -799,6 +799,8 @@ static char *(features[]) =
799
800
static int included_patches[] =
801
{ /* Add new patch number below this line */
802
+/**/
803
+ 699,
804
/**/
805
698,
806
0 commit comments