File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments