summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-02 12:06:33 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-02 12:06:33 +0000
commita6feb163f0295dfefb829d93ba3fa659b9c262b6 (patch)
tree2ce52d590ee00d7ba5d1d2725399ee3b9805dc3f /src
parent6b1a99dfe33cf5a1d7f82febd81face85ac1b8a6 (diff)
patch 8.2.3979: Vim9: the feature is not mentioned in the right placesv8.2.3979
Problem: Vim9: the feature is not mentioned in the right places. Solution: Add +vim9script to the help and :version output.
Diffstat (limited to 'src')
-rw-r--r--src/version.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/version.c b/src/version.c
index ff8427463a..8f47ebb4fc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -661,14 +661,15 @@ static char *(features[]) =
"-vartabs",
#endif
"+vertsplit",
- "+virtualedit",
- "+visual",
- "+visualextra",
+ "+vim9script",
#ifdef FEAT_VIMINFO
"+viminfo",
#else
"-viminfo",
#endif
+ "+virtualedit",
+ "+visual",
+ "+visualextra",
"+vreplace",
#ifdef MSWIN
# ifdef FEAT_VTP
@@ -750,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3979,
+/**/
3978,
/**/
3977,