summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-01 12:17:00 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-01 12:17:00 +0000
commitb79ee0c299d786627784f7304ba84b80e78ece26 (patch)
tree8c7d0b09c3592f3bb221fabf4d0ff5ae86abf216 /src/version.c
parent654b729c4c9951f2a46c161d1e9fefdc223fc94e (diff)
downloadvim-git-b79ee0c299d786627784f7304ba84b80e78ece26.tar.gz
patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supportedv8.2.3965
Problem: Vim9: no easy way to check if Vim9 script is supported. Solution: Add has('vim9script').
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 db91b29a7..649954870 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3965,
+/**/
3964,
/**/
3963,