1
0
forked from aniani/vim

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

@@ -10069,6 +10069,7 @@ vertsplit Compiled with vertically split windows |:vsplit|.
(always true)
vim_starting True while initial source'ing takes place. |startup|
*vim_starting*
vim9script Compiled with |Vim9| script support
viminfo Compiled with viminfo support.
vimscript-1 Compiled Vim script version 1 support
vimscript-2 Compiled Vim script version 2 support