aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-10-31 19:28:24 +0800
committerGitHub <noreply@github.com>2024-10-31 19:28:24 +0800
commit0ab4d362549399c79f662ca635839dafe6c974db (patch)
tree81a069b2eb7c63c5bc85c37f3177ebc6d72bfc55 /runtime/plugin
parent0a1eeb90cb9a71c0790be2963c8ea054f2b1651b (diff)
parent9f79360b92a9dde223b428a84e340152bd6491f7 (diff)
downloadrneovim-0ab4d362549399c79f662ca635839dafe6c974db.tar.gz
rneovim-0ab4d362549399c79f662ca635839dafe6c974db.tar.bz2
rneovim-0ab4d362549399c79f662ca635839dafe6c974db.zip
Merge pull request #31008 from zeertzjq/vim-3d7e567
vim-patch: netrw fixes
Diffstat (limited to 'runtime/plugin')
-rw-r--r--runtime/plugin/netrwPlugin.vim9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/plugin/netrwPlugin.vim b/runtime/plugin/netrwPlugin.vim
index c70e6518ff..775b650e71 100644
--- a/runtime/plugin/netrwPlugin.vim
+++ b/runtime/plugin/netrwPlugin.vim
@@ -1,9 +1,12 @@
" netrwPlugin.vim: Handles file transfer and remote directory listing across a network
" PLUGIN SECTION
" Maintainer: This runtime file is looking for a new maintainer.
-" Date: Feb 09, 2021
+" Date: Sep 09, 2021
" Last Change:
" 2024 May 08 by Vim Project: cleanup legacy Win9X checks
+" 2024 Oct 27 by Vim Project: cleanup gx mapping
+" 2024 Oct 28 by Vim Project: further improvements
+" 2024 Oct 31 by Vim Project: use autoloaded functions
" Former Maintainer: Charles E Campbell
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
" Copyright: Copyright (C) 1999-2021 Charles E. Campbell {{{1
@@ -31,6 +34,10 @@ set cpo&vim
" ---------------------------------------------------------------------
" Public Interface: {{{1
+" Commands Launch/URL {{{2
+command -complete=shellcmd -nargs=1 Launch call netrw#Launch(trim(<q-args>))
+command -complete=file -nargs=1 Open call netrw#Open(trim(<q-args>))
+" " }}}
" Local Browsing Autocmds: {{{2
augroup FileExplorer
au!