commit | e7499ddc33508d3d341e96f84a0e7b95b2d6927c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 24 17:56:13 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 24 17:56:13 2018 +0100 |
tree | f1c4189908b7a798f96dfb3a97f5b84fbd7df0ca | |
parent | 897e63c4c0623078b5b39e2715b10f456a2453e7 [diff] [blame] |
patch 8.0.1638: popup test fails depending on environment variable Problem: Popup test fails depending on environment variable. Solution: Reset $COLORFGBG when running Vim in a terminal. (closes #2693)
diff --git a/src/version.c b/src/version.c index 0249efb..3a5bcfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1638, +/**/ 1637, /**/ 1636,