commit | ab505b1a4868b3e21356f95a275537551700c955 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 19:28:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 19:28:44 2020 +0100 |
tree | 82613faf8fb01c0c23f6d1be687d2fe01d003474 | |
parent | 56ba21a156c723d92a1929e2c500be7295efb0a8 [diff] [blame] |
patch 8.2.0432: a few tests fail in a huge terminal Problem: A few tests fail in a huge terminal. Solution: Make the tests pass. (Dominique Pelle, closes #5829)
diff --git a/src/version.c b/src/version.c index dc29a85..236e6f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 432, +/**/ 431, /**/ 430,