Mercurial > vim
comparison src/term.c @ 1941:d92358c7d621 v7.2.238
updated for version 7.2-238
author | vimboss |
---|---|
date | Wed, 22 Jul 2009 12:28:17 +0000 |
parents | 5d1ca05fa8ff |
children | 770485470e59 |
comparison
equal
deleted
inserted
replaced
1940:e753954c86e2 | 1941:d92358c7d621 |
---|---|
2879 T_CAF = empty_option; | 2879 T_CAF = empty_option; |
2880 } | 2880 } |
2881 | 2881 |
2882 /* if 'Sb' and 'AB' are not defined, reset "Co" */ | 2882 /* if 'Sb' and 'AB' are not defined, reset "Co" */ |
2883 if (*T_CSB == NUL && *T_CAB == NUL) | 2883 if (*T_CSB == NUL && *T_CAB == NUL) |
2884 T_CCO = empty_option; | 2884 free_one_termoption(T_CCO); |
2885 | 2885 |
2886 /* Set 'weirdinvert' according to value of 't_xs' */ | 2886 /* Set 'weirdinvert' according to value of 't_xs' */ |
2887 p_wiv = (*T_XS != NUL); | 2887 p_wiv = (*T_XS != NUL); |
2888 } | 2888 } |
2889 need_gather = TRUE; | 2889 need_gather = TRUE; |