commit | 363cb67afa006f902f0a4c9a6669be03db2d1871 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 12:28:17 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 12:28:17 2009 +0000 |
tree | 5ae8c35a5ffd007d387bc5f685a54af6ed943b1b | |
parent | 20de1c20e61a62eb01d182d365f1889f9950c1a0 [diff] [blame] |
updated for version 7.2-238
diff --git a/src/term.c b/src/term.c index 48e557f..f607575 100644 --- a/src/term.c +++ b/src/term.c
@@ -2881,7 +2881,7 @@ /* if 'Sb' and 'AB' are not defined, reset "Co" */ if (*T_CSB == NUL && *T_CAB == NUL) - T_CCO = empty_option; + free_one_termoption(T_CCO); /* Set 'weirdinvert' according to value of 't_xs' */ p_wiv = (*T_XS != NUL);