diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-07-28 22:44:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-07-28 22:44:08 +0200 |
commit | 0732932553e54e9bfca07e55b47201b8f30b2c4f (patch) | |
tree | 4f498a10b017cf1334dbabf018bb518b7895cbbc /src/version.c | |
parent | 6e850a6900793e215c08b39d6490173488cb05ce (diff) | |
download | vim-git-8.2.3242.tar.gz |
patch 8.2.3242: Vim9: valgrind reports leaks in builtin function testv8.2.3242
Problem: Vim9: valgrind reports leaks in builtin function test.
Solution: Do not start a job.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 897e3fb95..7f0d8c8f9 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3242, +/**/ 3241, /**/ 3240, |