commit | 68452177ca4cda4a9d5f93892e437447cf9404c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 12 21:21:02 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 12 21:21:02 2021 +0200 |
tree | 67db842620f7929316586ef2883977864402bc70 | |
parent | cfc3023cb6ce5aaec13f49bc4b821feb05e3fb03 [diff] [blame] |
patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate Problem: Vim9: blob tests for legacy and Vim9 script are separate. Solution: Add CheckLegacyAndVim9Success(). Make blob index assign work.
diff --git a/src/version.c b/src/version.c index 0dc382f..3728f32 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2757, +/**/ 2756, /**/ 2755,