diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-12-04 21:09:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-12-04 21:09:48 +0000 |
commit | 9163efb5b818ec2f621cb15533c626e1922598f2 (patch) | |
tree | c7e9476e4631e5360bde02eacbc6e89d62cf603f /src | |
parent | c1c365c1ca4881488c4fc419b4d5e579b89ef2ed (diff) | |
download | vim-git-9163efb5b818ec2f621cb15533c626e1922598f2.tar.gz |
patch 9.0.1002: command list test failsv9.0.1002
Problem: Command list test fails.
Solution: Add commands added to the list.
Diffstat (limited to 'src')
-rw-r--r-- | src/testdir/test_cmd_lists.vim | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test_cmd_lists.vim b/src/testdir/test_cmd_lists.vim index 4a8904dc4..8a7d54fe6 100644 --- a/src/testdir/test_cmd_lists.vim +++ b/src/testdir/test_cmd_lists.vim @@ -48,7 +48,9 @@ func Test_cmd_lists() \ 'endinterface', \ 'enum', \ 'interface', + \ 'public', \ 'static', + \ 'this', \ 'type', \ '++', \ '--', diff --git a/src/version.c b/src/version.c index 68f2470ac..6dbc93afb 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1002, +/**/ 1001, /**/ 1000, |