commit | 027df2a7d9ef7a8346192b8a00efe6dfb7d7a8cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 14 21:31:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 14 21:31:08 2018 +0200 |
tree | 1e7475d63bdea13640353a7c7617209077857118 | |
parent | 9cfc7d885cb3bf37362b11df19a38992893fb385 [diff] [blame] |
patch 8.0.1840: getwinpos() is not tested Problem: getwinpos() is not tested. Solution: Add a test. (Dominique Pelle, closes #2911)
diff --git a/src/version.c b/src/version.c index a9348ef..34b0113 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1840, +/**/ 1839, /**/ 1838,