commit | b9adef79eca6f95bc7376ff3a6a383e436c5d6ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 14:31:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 02 14:31:22 2020 +0100 |
tree | 0b91933fe657397aee86a36dcacc3b45837bc9f6 | |
parent | 271fa08a35b8d320d3a40db4ddae83b698fdd4fb [diff] [blame] |
patch 8.2.0078: expanding <sfile> works differently the second time Problem: Expanding <sfile> works differently the second time. Solution: Keep the expanded name when redefining a function. (closes #5425)
diff --git a/src/version.c b/src/version.c index 118dad5..4516eb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 78, +/**/ 77, /**/ 76,