mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
vim-patch:7.4.2249 (#6303)
Problem: Missing colon in error message.
Solution: Add the colon. (Dominique Pelle)
ba2099034f
This commit is contained in:
parent
62e14d6565
commit
147e115dd9
@ -21381,7 +21381,7 @@ void ex_function(exarg_T *eap)
|
|||||||
p += 7;
|
p += 7;
|
||||||
if (current_funccal == NULL) {
|
if (current_funccal == NULL) {
|
||||||
emsg_funcname(N_
|
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);
|
name == NULL ? (char_u *)"" : name);
|
||||||
goto erret;
|
goto erret;
|
||||||
}
|
}
|
||||||
|
@ -191,7 +191,7 @@ static int included_patches[] = {
|
|||||||
// 2252 NA
|
// 2252 NA
|
||||||
2251,
|
2251,
|
||||||
// 2250,
|
// 2250,
|
||||||
// 2249,
|
2249,
|
||||||
// 2248,
|
// 2248,
|
||||||
// 2247 NA
|
// 2247 NA
|
||||||
// 2246,
|
// 2246,
|
||||||
|
Loading…
Reference in New Issue
Block a user