aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Bracewell <FriedSock@users.noreply.github.com>2017-03-17 17:26:33 +0000
committerJustin M. Keyes <justinkz@gmail.com>2017-03-17 18:26:33 +0100
commit147e115dd9bb9d28504ba22f5e63c188957646a0 (patch)
tree8eb09a04b965fe1e916a4a314e61d8150d56d6ae
parent62e14d65651e1815c108e806377ba25b377bf37c (diff)
downloadrneovim-147e115dd9bb9d28504ba22f5e63c188957646a0.tar.gz
rneovim-147e115dd9bb9d28504ba22f5e63c188957646a0.tar.bz2
rneovim-147e115dd9bb9d28504ba22f5e63c188957646a0.zip
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
-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,