commit | f5724376ab7362b5a98eaa8a331d663ef722c2a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 19:45:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 19:45:15 2022 +0100 |
tree | 8f94b50adb9196c5d9b9f9df0c4ef18700367df2 | |
parent | 956be4678fba2051a8d24c15cc5dc67fb89c515f [diff] [blame] |
patch 9.0.0362: expanding ":e %" does not work for remote files Problem: Expanding ":e %" does not work for remote files. Solution: If the "%" or "#" file does not exist add the expansion anyway.
diff --git a/src/version.c b/src/version.c index c6d3869..7607e57 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 362, +/**/ 361, /**/ 360,