diff options
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 d6f55ae7f7..6b52ce7c80 100644 --- a/src/nvim/ex_getln.c +++ b/src/nvim/ex_getln.c @@ -2953,7 +2953,7 @@ static void ui_ext_cmdline_show(CmdlineInfo *line) Array item = ARRAY_DICT_INIT; if (chunk.attr) { - HlAttrs *aep = syn_cterm_attr2entry(chunk.attr); + HlAttrs *aep = syn_attr2entry(chunk.attr); // TODO(bfredl): this desicion could be delayed by making attr_code a // recognized type Dictionary rgb_attrs = hlattrs2dict(aep, true); |