commit | 5a4fff4d948cd12a5cf5f637ad2c561815a77d8e | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Aug 15 17:53:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 15 17:53:55 2022 +0100 |
tree | 81c53805f751b3f53f0c018f9af2215ba2a0c000 | |
parent | cce293f87beb57a75ff738fade7fafadbc4a78a9 [diff] [blame] |
patch 9.0.0217: 'shellslash' works differently when sourcing a script again Problem: 'shellslash' works differently when sourcing a script again. Solution: Use the name from the script item. (closes #10920)
diff --git a/src/version.c b/src/version.c index a485330..5c7e3a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 217, +/**/ 216, /**/ 215,