commit | 61c04493b00f85d0b97436260a9ef9ab82143b78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 15:35:35 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 15:35:35 2016 +0200 |
tree | 63112a3a41bb8d731093b0f6ba217e0da1d13359 | |
parent | 4658228262f491fcb582d531d4e8e5754b0d5e83 [diff] [blame] |
patch 7.4.2095 Problem: Man test fails when run with the GUI. Solution: Adjust for different behavior of GUI. Add assert_inrange().
diff --git a/src/version.c b/src/version.c index 0110c1d..757590c 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2095, +/**/ 2094, /**/ 2093,