commit | f6d50f1da8ed22cd6ff37ade965684dd1fa67a2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 15:40:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 15:40:08 2019 +0200 |
tree | 05c85d84666b409b06413c5d9f6e01ec7a084dac | |
parent | 12e71eb8a89bdfe1def5854fd7478e8899801b44 [diff] [blame] |
patch 8.1.1482: no test for wincol() depending on the 'number' option Problem: No test for wincol() depending on the 'number' option. Solution: Add a couple of tests. (Christian Brabandt, closes #4500)
diff --git a/src/version.c b/src/version.c index 2fd64c3..2687eb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1482, +/**/ 1481, /**/ 1480,