]> granicus.if.org Git - vim/commitdiff
patch 9.0.1002: command list test fails v9.0.1002
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Dec 2022 21:09:48 +0000 (21:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Dec 2022 21:09:48 +0000 (21:09 +0000)
Problem:    Command list test fails.
Solution:   Add commands added to the list.

src/testdir/test_cmd_lists.vim
src/version.c

index 4a8904dc4c65f44b765290def917ea915236eda0..8a7d54fe6cb8e122dd5ca60f0e00bee37e0524c3 100644 (file)
@@ -48,7 +48,9 @@ func Test_cmd_lists()
           \ 'endinterface',
           \ 'enum',
           \ 'interface',
+          \ 'public',
           \ 'static',
+          \ 'this', 
           \ 'type',
           \ '++',
           \ '--',
index 68f2470acf2c251d3612b8b1bf47acc373506bb5..6dbc93afbb148afd0edc68c2c7a8df9c0cac7417 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1002,
 /**/
     1001,
 /**/