commit | 5080b0a0470511bae6176a704d4591d1caba0d07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 21:23:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 22 21:23:47 2020 +0100 |
tree | 946fd7f891971eca1ff9f97619ffb018cd9f3b59 | |
parent | c5a8fdc42dbd304598b2d73db754c7b97665b182 [diff] [blame] |
patch 8.2.0430: window creation failure not properly tested Problem: Window creation failure not properly tested. Solution: Improve the test. (Yegappan Lakshmanan, closes #5826)
diff --git a/src/version.c b/src/version.c index 17918de..fb4e3a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 430, +/**/ 429, /**/ 428,