diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-24 18:58:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-24 18:58:46 +0000 |
commit | 679140c56bbabf12a199d94f584b1b9dfc9809fd (patch) | |
tree | 5f11d87f6e44050d7577fdf806a551cb169ff32d /src/version.c | |
parent | 6f98371532fcff911b462d51bc64f2ce8a6ae682 (diff) | |
download | vim-git-8.2.3885.tar.gz |
patch 8.2.3885: arglist test failsv8.2.3885
Problem: Arglist test fails.
Solution: Adjust for locking the arglist for ":all".
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 7277d2f09..b7b5441e7 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3885, +/**/ 3884, /**/ 3883, |