From 147e115dd9bb9d28504ba22f5e63c188957646a0 Mon Sep 17 00:00:00 2001 From: Jack Bracewell Date: Fri, 17 Mar 2017 17:26:33 +0000 Subject: [PATCH] vim-patch:7.4.2249 (#6303) Problem: Missing colon in error message. Solution: Add the colon. (Dominique Pelle) https://github.com/vim/vim/commit/ba2099034f92a2814494f37bddb0c57d034401b4 --- src/nvim/eval.c | 2 +- src/nvim/version.c | 2 +- 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,