commit | 6013d0045dec7ca7c0068fbe186c42d754a7368b | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat Apr 09 21:42:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 21:42:10 2022 +0100 |
tree | 739c5e84ced49602b15e033e3af9c909f9cc3e50 | |
parent | 2ce97ae6aaec7007cca16a446d73161b82f2ba69 [diff] [blame] |
patch 8.2.4726: cannot use expand() to get the script name Problem: Cannot use expand() to get the script name. Solution: Support expand('<script>'). (closes #10121)
diff --git a/src/version.c b/src/version.c index 740c32d..8b4f302 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4726, +/**/ 4725, /**/ 4724,