summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-15 23:36:40 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-15 23:36:40 +0200
commita6e67e4f41386c3e6eab7e047671c6d32f6cb0dc (patch)
treee7434456fea959f5fda2059de5922f31a962bf46 /src/version.c
parent4457e1d98f78152311495b1aff6169383d330a75 (diff)
downloadvim-git-a6e67e4f41386c3e6eab7e047671c6d32f6cb0dc.tar.gz
patch 8.2.0764: Vim9: assigning to option not fully testedv8.2.0764
Problem: Vim9: assigning to option not fully tested. Solution: Add more test cases. Allow using any type for assignment.
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 94db9b888..b361dedf0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 764,
+/**/
763,
/**/
762,