diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-04-05 20:59:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-04-05 20:59:41 +0200 |
commit | 58fb7c39a04aabfa399ae4f2142ee0728bc22483 (patch) | |
tree | a1d00b98b4f340181a4120923bfbd13a92393d3f /src/version.c | |
parent | b9c0cd897ab4ad54f514187e89719c0241393f8b (diff) | |
download | vim-git-8.2.2723.tar.gz |
patch 8.2.2723: assignment test failsv8.2.2723
Problem: Assignment test fails.
Solution: Adjust error number.
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 807ef10b8..9696f5ad3 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2723, +/**/ 2722, /**/ 2721, |