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:
@@ -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,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user