commit | a0399efa72380115a3eb650544dd64e459476bd2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 15:00:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 15:00:01 2021 +0100 |
tree | 812b06639a9fa26d44cfa89d78477c41049ee336 | |
parent | 5c7a299c1652b28977c30e3e3a5ab93c65e7f7ed [diff] [blame] |
patch 8.2.2629: Vim9: error for #{{ is not desired Problem: Vim9: error for #{{ is not desired. Solution: Adjust the checks. (closes #7990)
diff --git a/src/version.c b/src/version.c index bcf8b6d..6ec87e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2629, +/**/ 2628, /**/ 2627,