diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-07 19:36:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 19:36:01 +0200 |
commit | 512e0caae2e5ea507608588b645b723fc4b4f9c3 (patch) | |
tree | 8f36a6d3008dc5a1b4f71d1aa359886484a85cd4 /src/nvim/ex_getln.c | |
parent | f95e0ae92644d3695e9207ecfe8f5bea17594459 (diff) | |
parent | 2c84421de2e36b0e7e8d406d491d57c1b599fd30 (diff) | |
download | rneovim-512e0caae2e5ea507608588b645b723fc4b4f9c3.tar.gz rneovim-512e0caae2e5ea507608588b645b723fc4b4f9c3.tar.bz2 rneovim-512e0caae2e5ea507608588b645b723fc4b4f9c3.zip |
Merge #9036 'func_attr_printf'
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r-- | src/nvim/ex_getln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c index 4d6720ef23..1ec00b1e25 100644 --- a/src/nvim/ex_getln.c +++ b/src/nvim/ex_getln.c @@ -2696,7 +2696,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; } |