commit | 23e2e115154ef0bf05d809024eed328a46ed0f82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 03 21:16:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 03 21:16:18 2021 +0200 |
tree | 407dc5dee0995ddc053238391282e9b23c435402 | |
parent | 51ad850f5fbafa7aa3f60affa74ec9c9f992c6cc [diff] [blame] |
patch 8.2.3281: Vim9: TODO items in tests can be taken care of Problem: Vim9: TODO items in tests can be taken care of. Solution: Update test for now working functionality. (closes #8694)
diff --git a/src/version.c b/src/version.c index 32403f4..251f26f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3281, +/**/ 3280, /**/ 3279,