mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
add func_attr_printf in :
log.c message.c strings.c fixed some printf warnings in: src/nvim/undo.c src/nvim/eval.c src/nvim/eval/encode.c src/nvim/eval/typval.c src/nvim/ex_getln.c src/nvim/fileio.c src/nvim/lua/executor.c src/nvim/main.c src/nvim/regexp_nfa.c src/nvim/shada.c src/nvim/spellfile.c src/nvim/tui/terminfo.c src/nvim/garray.h
This commit is contained in:
@@ -2693,7 +2693,7 @@ static bool color_cmdline(CmdlineInfo *colored_ccline)
|
||||
}
|
||||
const list_T *const l = TV_LIST_ITEM_TV(li)->vval.v_list;
|
||||
if (tv_list_len(l) != 3) {
|
||||
PRINT_ERRMSG(_("E5402: List item %i has incorrect length: %li /= 3"),
|
||||
PRINT_ERRMSG(_("E5402: List item %i has incorrect length: %d /= 3"),
|
||||
i, tv_list_len(l));
|
||||
goto color_cmdline_error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user