commit | 9163efb5b818ec2f621cb15533c626e1922598f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 04 21:09:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 04 21:09:48 2022 +0000 |
tree | c7e9476e4631e5360bde02eacbc6e89d62cf603f | |
parent | c1c365c1ca4881488c4fc419b4d5e579b89ef2ed [diff] [blame] |
patch 9.0.1002: command list test fails Problem: Command list test fails. Solution: Add commands added to the list.
diff --git a/src/version.c b/src/version.c index 68f2470..6dbc93a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1002, +/**/ 1001, /**/ 1000,