commit | 71b768509250b12696e8cc90e5902029f1b5433d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 20:15:38 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 20:15:38 2021 +0000 |
tree | cedd129c1f525760d90fde63fa163642f590a1a0 | |
parent | ddc80aff575dd60c04c79621a0358cf0abaac53a [diff] [blame] |
patch 8.2.3841: Vim9: outdated TODO items, disabled tests that work Problem: Vim9: outdated TODO items, disabled tests that work. Solution: Remove TODO items, run tests that work now. Check that a dict item isn't locked.
diff --git a/src/version.c b/src/version.c index fc30b89..5fffd73 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3841, +/**/ 3840, /**/ 3839,