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:
@@ -48,7 +48,9 @@ func Test_cmd_lists()
|
|||||||
\ 'endinterface',
|
\ 'endinterface',
|
||||||
\ 'enum',
|
\ 'enum',
|
||||||
\ 'interface',
|
\ 'interface',
|
||||||
|
\ 'public',
|
||||||
\ 'static',
|
\ 'static',
|
||||||
|
\ 'this',
|
||||||
\ 'type',
|
\ 'type',
|
||||||
\ '++',
|
\ '++',
|
||||||
\ '--',
|
\ '--',
|
||||||
|
|||||||
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1002,
|
||||||
/**/
|
/**/
|
||||||
1001,
|
1001,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user