commit | a96edb736d4274fc4aea460800780e06e1510812 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 17:52:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 17:52:24 2022 +0100 |
tree | 49b65efbf351fe23cf3340d9d8c07286f8ee778c | |
parent | 05c7f5d3d03440da6f69604f8c06c4e3d90d2a26 [diff] [blame] |
patch 8.2.4841: empty string considered an error for expand() Problem: Empty string considered an error for expand() when 'verbose' is set. (Christian Brabandt) Solution: Do not give an error for an empty result. (closes #10307)
diff --git a/src/version.c b/src/version.c index 0570614..31306fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4841, +/**/ 4840, /**/ 4839,