summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-05 20:59:41 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-05 20:59:41 +0200
commit58fb7c39a04aabfa399ae4f2142ee0728bc22483 (patch)
treea1d00b98b4f340181a4120923bfbd13a92393d3f /src/version.c
parentb9c0cd897ab4ad54f514187e89719c0241393f8b (diff)
downloadvim-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.c2
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,