]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0362: expanding ":e %" does not work for remote files v9.0.0362
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Sep 2022 18:45:15 +0000 (19:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Sep 2022 18:45:15 +0000 (19:45 +0100)
commitf5724376ab7362b5a98eaa8a331d663ef722c2a2
tree8f94b50adb9196c5d9b9f9df0c4ef18700367df2
parent956be4678fba2051a8d24c15cc5dc67fb89c515f
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.
src/filepath.c
src/testdir/test_cmdline.vim
src/version.c