commit | 89bfc8218c1b3f41cc5d0fe06afd7d0fb2bd5dc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 27 22:37:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 27 22:37:23 2020 +0100 |
tree | a2a8644025db854265c9db6da7c91cbc2e56f462 | |
parent | 50985eb1f0bd3c73ce727f9bbd66c839c92ef0da [diff] [blame] |
patch 8.2.0160: range test fails Problem: Range test fails. Solution: Include change in list code. (#5541)
diff --git a/src/version.c b/src/version.c index 7c7e554..562b5fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 160, +/**/ 159, /**/ 158,