commit | 24d7636e98b33ec6873c51fc72f6bf4b10188d8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 13:32:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 13:32:10 2017 +0100 |
tree | 7645fcd92436848fcbd098afb0e132d7f4a33b1d | |
parent | cf5fdf7d1689ecb145b634dcb9c6e9fc60f63869 [diff] [blame] |
patch 8.0.0403: GUI tests may fail Problem: GUI tests may fail. Solution: Ignore the E285 error better. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index e109687..bef8df2 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 403, +/**/ 402, /**/ 401,