1
0
forked from aniani/vim

updated for version 7.0203

This commit is contained in:
Bram Moolenaar
2006-02-21 22:12:05 +00:00
parent 8f7fd65b24
commit 238a564935
19 changed files with 337 additions and 123 deletions

View File

@@ -5401,7 +5401,10 @@ got_code_from_term(code, len)
if (i != t_colors)
{
/* Nr of colors changed, initialize highlighting and
* redraw everything. */
* redraw everything. This causes a redraw, which usually
* clears the message. Try keeping the message if it
* might work. */
set_keep_msg_from_hist();
set_color_count(i);
init_highlight(TRUE, FALSE);
redraw_later(CLEAR);