commit | 9359e8a6d99fe2abfcbb9603339f1740d8870cc6 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Jul 03 13:16:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 03 13:16:09 2022 +0100 |
tree | 8d702c795b0d2ff2180731c48ded4348deb9cc97 | |
parent | 22e7e867e224596bd758260e4278ce6239c35ba5 [diff] [blame] |
patch 9.0.0031: <cmod> of user command does not have correct verbose value Problem: <cmod> of user command does not have correct verbose value. Solution: Use the value from the command modifier. (closes #10651)
diff --git a/src/version.c b/src/version.c index cb69e41..a37840a 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 31, +/**/ 30, /**/ 29,