summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/edit.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c
index d4951d9f3..813e95d34 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -7970,7 +7970,7 @@ replace_do_bs(int limit_col)
if (cc > 0)
{
#ifdef FEAT_TEXT_PROP
- size_t len_before;
+ size_t len_before = 0; // init to shut up GCC
if (curbuf->b_has_textprop)
{
diff --git a/src/version.c b/src/version.c
index ec4283af6..a69305031 100644
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 699,
+/**/
698,
/**/
697,