diff options
-rw-r--r-- | src/eval.c | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index 89a77f80e..1c4f60ea9 100644 --- a/src/eval.c +++ b/src/eval.c @@ -19720,6 +19720,7 @@ ex_function(eap) list_func_head(fp, FALSE); } } + vim_free(regmatch.regprog); } } if (*p == '/') diff --git a/src/version.c b/src/version.c index 7e380eba7..07ea2cfc0 100644 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 155, +/**/ 154, /**/ 153, |