0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.3979: Vim9: the feature is not mentioned in the right places

Problem:    Vim9: the feature is not mentioned in the right places.
Solution:   Add +vim9script to the help and :version output.
This commit is contained in:
Bram Moolenaar
2022-01-02 12:06:33 +00:00
parent 6b1a99dfe3
commit a6feb163f0
3 changed files with 9 additions and 4 deletions

View File

@@ -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
@@ -749,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3979,
/**/
3978,
/**/