1
0
forked from aniani/vim

updated for version 7.2-238

This commit is contained in:
Bram Moolenaar
2009-07-22 12:28:17 +00:00
parent 20de1c20e6
commit 363cb67afa
4 changed files with 29 additions and 3 deletions

View File

@@ -2881,7 +2881,7 @@ ttest(pairs)
/* 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);