summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-28 19:41:33 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-28 19:41:33 +0100
commit33fa29cf74ea314f89cfa58ec9ffc2d6781a59d4 (patch)
treed0efad2d8d614a0e63505c62a3b18e5b91f5589d /src/version.c
parent09c569038c42dcbdaa5c9b35fc9d1afbe5072cb4 (diff)
downloadvim-git-33fa29cf74ea314f89cfa58ec9ffc2d6781a59d4.tar.gz
patch 8.2.0467: Vim9: some errors are not testedv8.2.0467
Problem: Vim9: some errors are not tested Solution: Add more tests. Fix that Vim9 script flag is not reset.
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 1630b5e70..863f5eedc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 467,
+/**/
466,
/**/
465,