commit | 60895f3e36def9beb7d5463e792e5154ad9a7a0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 14:23:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 14:23:19 2022 +0100 |
tree | e27a7746b43c278eb9ec66ef3a23086cf34a75bd | |
parent | 575445200bd35283191ecd7a0d596b37c5b477a4 [diff] [blame] |
patch 8.2.4741: startup test fails Problem: Startup test fails. Solution: Avoid an error for verbose expansion. Fix that the "0verbose" command modifier doesn't work.
diff --git a/src/version.c b/src/version.c index 5ef4e74..c07ae9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4741, +/**/ 4740, /**/ 4739,