changeset 31337:2ddb98b138b5 v9.0.1002

patch 9.0.1002: command list test fails Commit: https://github.com/vim/vim/commit/9163efb5b818ec2f621cb15533c626e1922598f2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 4 21:09:48 2022 +0000 patch 9.0.1002: command list test fails Problem: Command list test fails. Solution: Add commands added to the list.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Dec 2022 22:15:03 +0100
parents 6f468aa0a0d2
children 67c730ed2ea0
files src/testdir/test_cmd_lists.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
           \ '++',
           \ '--',
--- 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,