commit | 211a5bb2353c66684f38527184a258921f95c9d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 19:09:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 19:09:03 2022 +0100 |
tree | 72c3147098eebf1720061ebd8fa3996b7eeb50fb | |
parent | a96edb736d4274fc4aea460800780e06e1510812 [diff] [blame] |
patch 8.2.4842: expand("%:p") is not empty when there is no buffer name Problem: expand("%:p") is not empty when there is no buffer name. Solution: When ignoring errors still return NULL. (closes #10311)
diff --git a/src/version.c b/src/version.c index 31306fb..0d95a7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4842, +/**/ 4841, /**/ 4840,