Skip to content

Commit d69ffbe

Browse files
committed
runtime(netrw): add missing change for s:redir()
Somehow, that change got lost in commit 7019788 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent bdac2ef commit d69ffbe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

runtime/plugin/netrwPlugin.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
" Last Change:
66
" 2024 May 08 by Vim Project: cleanup legacy Win9X checks
77
" 2024 Oct 27 by Vim Project: cleanup gx mapping
8+
" 2024 Oct 28 by Vim Project: further improvements
89
" Former Maintainer: Charles E Campbell
910
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
1011
" Copyright: Copyright (C) 1999-2021 Charles E. Campbell {{{1
@@ -53,7 +54,7 @@ if has('unix')
5354
" If cygstart provided, then assume Cygwin and use cygstart --hide; see man cygstart.
5455
if executable('cygstart')
5556
command -complete=shellcmd -nargs=1 -bang Launch
56-
\ exe 'silent ! cygstart --hide' trim(<q-args>) s:redir | redraw!
57+
\ exe 'silent ! cygstart --hide' trim(<q-args>) s:redir() | redraw!
5758
elseif !empty($MSYSTEM) && executable('start')
5859
" MSYS2/Git Bash comes by default without cygstart; see
5960
" https://www.msys2.org/wiki/How-does-MSYS2-differ-from-Cygwin

0 commit comments

Comments
 (0)