commit | a5be9b62480a6f338a72c01e57c9edd0bca8048b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 12:31:44 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 12:31:44 2019 +0100 |
tree | 175b99b7f3066c78c025858a4278c4359854a3f7 | |
parent | fb1199d934a27d338b18fe914e328346f093d3f6 [diff] [blame] |
patch 8.1.0802: negative index doesn't work for Blob Problem: Negative index doesn't work for Blob. Solution: Make it work, add a test. (closes #3856)
diff --git a/src/version.c b/src/version.c index d662965..5b404ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 802, +/**/ 801, /**/ 800,