patch 8.2.2956: Vim9: need to plan for future additions

Problem:    Vim9: need to plan for future additions.
Solution:   Reserve commands for future use: :type, :class, :enum.
This commit is contained in:
Bram Moolenaar
2021-06-06 22:02:16 +02:00
parent e729ce294f
commit f05d2fc539
3 changed files with 44 additions and 27 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2956,
/**/
2955,
/**/