commit | 51e933261b984db014e858d79387a826d2626fb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 20:44:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 20:44:56 2021 +0200 |
tree | 29c07c5c1e9acbbffe79a9da8065c0098a094bb6 | |
parent | 0995c81f2ffe276669daa004f7778ecc6f5ee09d [diff] [blame] |
patch 8.2.2777: Vim9: blob operations not tested in all ways Problem: Vim9: blob operations not tested in all ways. Solution: Run tests with CheckLegacyAndVim9Success(). Make blob assign with index work.
diff --git a/src/version.c b/src/version.c index e1f1526..17afa34 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2777, +/**/ 2776, /**/ 2775,