commit | 049d8e79cf49a38c1243f4ec33e48a9bd89b5e4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 19 17:39:07 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 19 17:39:07 2012 +0200 |
tree | 0ae7ecce6c6c58349966d75488324c5ca461610b | |
parent | 94c465c53d77d2c6eda829c744f27f093f0e0813 [diff] [blame] |
updated for version 7.3.607 Problem: With an 8 color terminal the selected menu item is black on black, because darkGrey as bg is the same as black. Solution: Swap fg and bg colors. (James McCoy)
diff --git a/src/version.c b/src/version.c index cd0d2d7..5dd3776 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 607, +/**/ 606, /**/ 605,