commit | ab18673731522c18696b9b132d3841646904e1bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 14 21:27:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 14 21:27:06 2018 +0200 |
tree | 03234ad6705334d62dbd6c32bd0fed716a06f590 | |
parent | da1f71d75f0bf5d5ef876a09aa08fb19f6f24b3b [diff] [blame] |
patch 8.1.0390: scrollbars are not tested Problem: Scrollbars are not tested. Solution: Add test_scrollbar() and a test.
diff --git a/src/version.c b/src/version.c index a5f2512..f9e9cf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 390, +/**/ 389, /**/ 388,