diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-03-20 15:00:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-03-20 15:00:01 +0100 |
commit | a0399efa72380115a3eb650544dd64e459476bd2 (patch) | |
tree | 812b06639a9fa26d44cfa89d78477c41049ee336 /src/version.c | |
parent | 5c7a299c1652b28977c30e3e3a5ab93c65e7f7ed (diff) | |
download | vim-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.c | 2 |
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, |