commit | dae453f3397a26a53301d7327e6ed43e8b392035 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 17:20:16 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 17:20:16 2021 +0200 |
tree | 1b1581368cbfb4f1fe86cb39d84e4b8bf6bae7aa | |
parent | 4270d8b7626ff8a7006f6a09c89bc446a3f89d1e [diff] [blame] |
patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow Problem: Vim9: check for DO_NOT_FREE_CNT is very slow. Solution: Move to a separate function so it can be skipped by setting $TEST_SKIP_PAT.
diff --git a/src/version.c b/src/version.c index 9c374b1..d31a019 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3311, +/**/ 3310, /**/ 3309,