mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00: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:

committed by
Justin M. Keyes

parent
62e14d6565
commit
147e115dd9
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user