mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
message,strings: Move vim_*printf functions to strings.c
Allows eval/typval.h to #include message.h.
This commit is contained in:
@@ -66,7 +66,7 @@ for i, cmd in ipairs(defs) do
|
||||
defsfile:write(string.format([[
|
||||
[%s] = {
|
||||
.cmd_name = (char_u *) "%s",
|
||||
.cmd_func = &%s,
|
||||
.cmd_func = (ex_func_T)&%s,
|
||||
.cmd_argt = %uL,
|
||||
.cmd_addr_type = %i
|
||||
}]], enumname, cmd.command, cmd.func, cmd.flags, cmd.addr_type))
|
||||
|
Reference in New Issue
Block a user