commit | 3dc3474f00e529b014add48f7f3d1dad2ec15498 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 13:36:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 02 13:36:47 2021 +0100 |
tree | 4b8ff56808ebeb05ddcfd03278d4656c32338219 | |
parent | 39d4cab494248131b6fb07aba633aa4da7871a57 [diff] [blame] |
patch 8.2.2561: not all textprop code is covered by tests Problem: Not all textprop code is covered by tests. Solution: Add a few more test cases. (Dominique Pellé, closes #7908)
diff --git a/src/version.c b/src/version.c index 7f1e818..17cb8d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2561, +/**/ 2560, /**/ 2559,