commit | 5d3a8038b6a59e6f1b219f27ec77d6067e643ac1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 20:16:46 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 20:16:46 2012 +0100 |
tree | f3de11f2e96de4d3895a11d2c140e848d31ba10d | |
parent | dfba6b64495d389c9aec04f050ca7cbab01c0438 [diff] [blame] |
updated for version 7.3.475 Problem: In a terminal with few colors the omnicomplete menu may be hard to see when using the default colors. Solution: Use more explicit colors. (suggested by Alex Henrie)
diff --git a/src/version.c b/src/version.c index 1f7a630..b514a5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 475, +/**/ 474, /**/ 473,