1
0
forked from aniani/vim

patch 9.0.1002: command list test fails

Problem:    Command list test fails.
Solution:   Add commands added to the list.
This commit is contained in:
Bram Moolenaar
2022-12-04 21:09:48 +00:00
parent c1c365c1ca
commit 9163efb5b8
2 changed files with 4 additions and 0 deletions

View File

@@ -48,7 +48,9 @@ func Test_cmd_lists()
\ 'endinterface',
\ 'enum',
\ 'interface',
\ 'public',
\ 'static',
\ 'this',
\ 'type',
\ '++',
\ '--',

View File

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