runtime(netrw): remove deprecated functions Commit: https://github.com/vim/vim/commit/839fd942654b2a7c90ad0633b1c8bb9da4094cbb Author: Luca Saccarola <github.e4...@aleeas.com> Date: Tue Apr 15 20:28:09 2025 +0200
runtime(netrw): remove deprecated functions closes: https://github.com/vim/vim/issues/17124 Signed-off-by: Luca Saccarola <github.e4...@aleeas.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/pack/dist/opt/netrw/autoload/netrw.vim b/runtime/pack/dist/opt/netrw/autoload/netrw.vim index 520a3f605..f28411704 100644 --- a/runtime/pack/dist/opt/netrw/autoload/netrw.vim +++ b/runtime/pack/dist/opt/netrw/autoload/netrw.vim @@ -11379,23 +11379,6 @@ endfun " Deprecated: {{{1 -function! netrw#Launch(args) - call netrw#msg#Deprecate('netrw#Launch', 'v180', {'vim': 'dist#vim9#Launch', 'nvim': 'vim.system'}) - if !has('nvim') - call dist#vim9#Launch(args) - endif -endfunction - -function! netrw#Open(file) - call netrw#msg#Deprecate('netrw#Open', 'v180', {'vim': 'dist#vim9#Open', 'nvim': 'vim.ui.open'}) - call netrw#os#Open(a:file) -endfunction - -function! netrw#WinPath(path) - call netrw#msg#Deprecate('netrw#WinPath', 'v180', {}) - call netrw#fs#WinPath(a:path) -endfunction - " }}} " Settings Restoration: {{{1 " ========================== -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u4l2r-004xv3-OH%40256bit.org.