mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
ex_getln: Fix variable name which is wrong after the merge
This commit is contained in:
@@ -2500,7 +2500,7 @@ static bool color_cmdline(CmdlineInfo *colored_ccline)
|
||||
tl_ret = try_leave(&tstate, &err);
|
||||
can_free_cb = true;
|
||||
} else if (colored_ccline->cmdfirstc == '=') {
|
||||
color_expr_cmdline(colored_ccline, ret_ccline_colors);
|
||||
color_expr_cmdline(colored_ccline, ccline_colors);
|
||||
can_free_cb = false;
|
||||
}
|
||||
if (!tl_ret || !dgc_ret) {
|
||||
|
Reference in New Issue
Block a user