1
0
forked from aniani/vim

updated for version 7.0204

This commit is contained in:
Bram Moolenaar
2006-02-22 21:25:37 +00:00
parent 238a564935
commit d1f56e68f1
44 changed files with 612 additions and 183 deletions

View File

@@ -1562,6 +1562,9 @@ set_color_count(nr)
else
*nr_colors = NUL;
set_string_option_direct((char_u *)"t_Co", -1, nr_colors, OPT_FREE);
# ifdef FEAT_EVAL
set_option_scriptID((char_u *)"t_Co", current_SID);
# endif
}
#endif
@@ -2501,6 +2504,9 @@ termcapinit(name)
if (term == NULL || *term == NUL)
term = DEFAULT_TERM;
set_string_option_direct((char_u *)"term", -1, term, OPT_FREE);
# ifdef FEAT_EVAL
set_option_scriptID((char_u *)"term", current_SID);
# endif
/* Set the default terminal name. */
set_string_default("term", term);