diff --git a/src/evalfunc.c b/src/evalfunc.c index f2c69999a..2aa516dc4 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c @@ -9164,7 +9164,7 @@ get_matches_in_str( if (d == NULL) return FAIL; if (list_append_dict(mlist, d) == FAIL) - return FAIL;; + return FAIL; if (dict_add_number(d, matchbuf ? "lnum" : "idx", idx) == FAIL) return FAIL; diff --git a/src/version.c b/src/version.c index eba6725de..50743e051 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1280, /**/ 1279, /**/