diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-22 22:47:02 +0000 |
commit | f4cd3e8074641af68bf2b6a8579c3da58f0ac013 (patch) | |
tree | e0d8399f0df9baaaff825e575da4625935c64583 /runtime/autoload | |
parent | bb1004ee56bde6345b469568e2bdd86b54b32bf7 (diff) | |
download | vim-git-f4cd3e8074641af68bf2b6a8579c3da58f0ac013.tar.gz |
updated for version 7.0175v7.0175
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/netrw.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/netrw.vim b/runtime/autoload/netrw.vim index b7f0c9120..bd3e28e2c 100644 --- a/runtime/autoload/netrw.vim +++ b/runtime/autoload/netrw.vim @@ -1777,7 +1777,7 @@ fun! s:NetBrowseX(fname,remote) " set up redirection if &srr =~ "%s" - let redir= substitute(&srr,"%s","/dev/null"."") + let redir= substitute(&srr,"%s","/dev/null","") else let redir= &srr . "/dev/null" endif |