commit | 187147aedd588070d0676664d5076d046644094e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 01 13:09:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 01 13:09:57 2016 +0200 |
tree | b21c5724db3fa7d1b958ccbe13e3b4cc3b0f2736 | |
parent | 3266c85a44a637862b0ed6e531680c6ab2897ab5 [diff] [blame] |
patch 7.4.1812 Problem: Failure on startup with Athena and Motif. Solution: Check for INVALCOLOR. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 714a6d9..75e692d 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1812, +/**/ 1811, /**/ 1810,