commit | 74e3d4ec113d4061d24768b5a08f55b918132215 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 14:16:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 14:16:46 2019 +0200 |
tree | 25b79bce6d39388a43539d7fcafb8a6320229239 | |
parent | 316c16797a0baee8f4bced2235b783b21fbbea65 [diff] [blame] |
patch 8.1.1172: cursor properties were not fully tested Problem: Cursor properties were not fully tested. Solution: Add a test. (Dominique Pelle, closes #4256)
diff --git a/src/version.c b/src/version.c index 7717887..aacbf13 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1172, +/**/ 1171, /**/ 1170,