commit | cfc3023cb6ce5aaec13f49bc4b821feb05e3fb03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 11 20:26:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 11 20:26:34 2021 +0200 |
tree | da16e23aca547d7eb0cf4c4026415fad30d5b00f | |
parent | af8ea0d066d31cf3cd0a39c5c49ce0342728588d [diff] [blame] |
patch 8.2.2756: Vim9: blob index and slice not implemented yet Problem: Vim9: blob index and slice not implemented yet. Solution: Implement blob index and slice.
diff --git a/src/version.c b/src/version.c index d8b39eb..0dc382f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2756, +/**/ 2755, /**/ 2754,