commit | 575445200bd35283191ecd7a0d596b37c5b477a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 12:54:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 12:54:11 2022 +0100 |
tree | 2188e3f108e7337222c859bc3ca2ab51227cd61b | |
parent | d58862d18f091d3c14fa3647e724ef7eea1ecefa [diff] [blame] |
patch 8.2.4740: when expand() fails there is no error message Problem: When expand() fails there is no error message. Solution: When 'verbose' is set give an error message.
diff --git a/src/version.c b/src/version.c index 84c669b..5ef4e74 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4740, +/**/ 4739, /**/ 4738,