diff --git a/runtime/pack/dist/opt/netrw/autoload/netrw.vim b/runtime/pack/dist/opt/netrw/autoload/netrw.vim index e3d9978cd3..3095e9a5f1 100644 --- a/runtime/pack/dist/opt/netrw/autoload/netrw.vim +++ b/runtime/pack/dist/opt/netrw/autoload/netrw.vim @@ -5145,8 +5145,7 @@ fun! netrw#BrowseX(fname,remote) endif endif - " although shellescape(..., 1) is used in netrw#Open(), it's insufficient - call netrw#Open(escape(fname, '#%')) + call netrw#Open(fname) " cleanup: remove temporary file, " delete current buffer if success with handler,