commit | 54acb90d9e672315e3bd13f8dc71f828df97c868 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Aug 29 16:21:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 16:21:25 2022 +0100 |
tree | a6ace12d6378c530d8341c69a30ccf2c76a69c45 | |
parent | d5c8f11905abc1bdf3b8864dbc40187855ed9374 [diff] [blame] |
patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype() Problem: Command line type of CmdlineChange differs from getcmdtype(). Solution: Use the same type. (closes #11005)
diff --git a/src/version.c b/src/version.c index f743bb9..121da62 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 320, +/**/ 319, /**/ 318,