commit | fe6dce873954a216eedb686bd5006710ffff4b89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 14:41:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 14:41:21 2020 +0200 |
tree | 90a6e90aabf33844e920ee914fa9b894d27bd378 | |
parent | fa57335e532e505ce9229ddb2354a593fb057561 [diff] [blame] |
patch 8.2.1586: :resize command not fully tested Problem: :resize command not fully tested. Solution: Add a couple of tests. (Dominique Pellé, closes #6857)
diff --git a/src/version.c b/src/version.c index 338bb55..86c2cfe 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1586, +/**/ 1585, /**/ 1584,