| 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] |
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)