aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/eval.c2
-rw-r--r--src/nvim/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 7ca3d89665..d4daffb469 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -21381,7 +21381,7 @@ void ex_function(exarg_T *eap)
p += 7;
if (current_funccal == NULL) {
emsg_funcname(N_
- ("E932 Closure function should not be at top level: %s"),
+ ("E932: Closure function should not be at top level: %s"),
name == NULL ? (char_u *)"" : name);
goto erret;
}
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 7a6c41c738..1a7e11952f 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -191,7 +191,7 @@ static int included_patches[] = {
// 2252 NA
2251,
// 2250,
- // 2249,
+ 2249,
// 2248,
// 2247 NA
// 2246,