File tree Expand file tree Collapse file tree
runtime/pack/dist/opt/netrw/autoload Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111" 2025 Sep 18 by Vim Project 'equalalways' not always respected #18358
1212" 2025 Oct 01 by Vim Project fix navigate to parent folder #18464
1313" 2025 Oct 26 by Vim Project fix parsing of remote user names #18611
14+ " 2025 Oct 27 by Vim Project align comment after #18611
1415" Copyright: Copyright (C) 2016 Charles E. Campbell {{{1
1516" Permission is hereby granted to use and distribute this code,
1617" with or without modifications, provided that this copyright
@@ -9312,7 +9313,7 @@ endfunction
93129313" s:RemotePathAnalysis: {{{2
93139314function s: RemotePathAnalysis (dirname)
93149315
9315- " method :// user @ machine :port /path
9316+ " method :// user @ machine :port /path
93169317 let dirpat = ' ^\(\w\{-}\)://\(\([^@]\+\)@\)\=\([^/:#]\+\)\%([:#]\(\d\+\)\)\=/\(.*\)$'
93179318 let s: method = substitute (a: dirname ,dirpat,' \1' ,' ' )
93189319 let s: user = substitute (a: dirname ,dirpat,' \3' ,' ' )
You can’t perform that action at this time.
0 commit comments