Skip to content

Commit

Permalink
patch 9.0.1002: command list test fails
Browse files Browse the repository at this point in the history
Problem:    Command list test fails.
Solution:   Add commands added to the list.
  • Loading branch information
brammool committed Dec 4, 2022
1 parent c1c365c commit 9163efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_cmd_lists.vim
Expand Up @@ -48,7 +48,9 @@ func Test_cmd_lists()
\ 'endinterface',
\ 'enum',
\ 'interface',
\ 'public',
\ 'static',
\ 'this',
\ 'type',
\ '++',
\ '--',
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -695,6 +695,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1002,
/**/
1001,
/**/
Expand Down

0 comments on commit 9163efb

Please sign in to comment.