ex_getln: Fix variable name which is wrong after the merge

This commit is contained in:
ZyX
2017-10-30 01:38:02 +03:00
parent a9b203d23f
commit 0356dbbb36

View File

@@ -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) {