summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-20 15:00:01 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-20 15:00:01 +0100
commita0399efa72380115a3eb650544dd64e459476bd2 (patch)
tree812b06639a9fa26d44cfa89d78477c41049ee336 /src/version.c
parent5c7a299c1652b28977c30e3e3a5ab93c65e7f7ed (diff)
downloadvim-git-a0399efa72380115a3eb650544dd64e459476bd2.tar.gz
patch 8.2.2629: Vim9: error for #{{ is not desiredv8.2.2629
Problem: Vim9: error for #{{ is not desired. Solution: Adjust the checks. (closes #7990)
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 bcf8b6d2b..6ec87e4ba 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 */
/**/
+ 2629,
+/**/
2628,
/**/
2627,