1
0
forked from aniani/vim

updated for version 7.0143

This commit is contained in:
Bram Moolenaar
2005-09-07 21:18:43 +00:00
parent ffb8ab0402
commit 4615234489
4 changed files with 34 additions and 8 deletions

View File

@@ -3287,7 +3287,7 @@ set_init_2()
&& (STRCMP(T_NAME, "linux") == 0
|| STRCMP(T_NAME, "screen.linux") == 0
|| STRCMP(T_NAME, "cygwin") == 0
|| ((p = mch_getenv("COLORFGBG")) != NULL
|| ((p = mch_getenv((char_u *)"COLORFGBG")) != NULL
&& (p = vim_strrchr(p, ';')) != NULL
&& ((p[1] >= '0' && p[1] <= '6') || p[1] == '8')
&& p[2] == NUL)))