]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): runtime(netrw): upstream snapshot of v178
authorLuca Saccarola <github.e41mv@aleeas.com>
Sun, 23 Feb 2025 19:37:39 +0000 (20:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Feb 2025 19:37:39 +0000 (20:37 +0100)
commit5b97947bbd197fb3aee504c459a52d3a5683740a
treefc5a30a6bf23c5429ba0b8834d21554950004751
parentb3854bfc543f0628699f58315ce6ec02dd59e415
runtime(netrw): runtime(netrw): upstream snapshot of v178

relevant commits:
- refactor: netrw#own#Deprecate -> netrw#msg#Deprecate
- refactor: netrw#own#PathJoin -> netrw#fs#PathJoin
- fix: typos
- refactor: netrw#own#Open -> netrw#os#Open
- deprecate!: netrw#WinPath
- refactor: netrw#WinPath -> netrw#fs module
- refactor: s:ShellEscape -> netrw#os module
- refactor: s:NetrwExe -> netrw#os module
- refactor: s:NetrwGlob -> netrw#fs module
- refactor: s:NetrwGetcwd -> netrw#fs module
- refactor: s:NetrwFullPath -> netrw#fs module
- refactor: s:ComposePath -> netrw#fs module

closes: #16718

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Filelist
runtime/doc/tags
runtime/pack/dist/opt/netrw/autoload/netrw.vim
runtime/pack/dist/opt/netrw/autoload/netrw/fs.vim [new file with mode: 0644]
runtime/pack/dist/opt/netrw/autoload/netrw/msg.vim [moved from runtime/pack/dist/opt/netrw/autoload/netrw/own.vim with 58% similarity]
runtime/pack/dist/opt/netrw/autoload/netrw/os.vim [new file with mode: 0644]
runtime/pack/dist/opt/netrw/autoload/netrwSettings.vim
runtime/pack/dist/opt/netrw/doc/netrw.txt
runtime/pack/dist/opt/netrw/plugin/netrwPlugin.vim