diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-11 19:10:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 19:10:36 +0200 |
commit | 880f7d12fea31ea85d14b419ef8dcbb16dee2cf4 (patch) | |
tree | 1af3a643c291969230bb3e98b22a986a27bf5fe3 /runtime/plugin | |
parent | 3c697f62fa0d941a8cfd287f38a159293905bac4 (diff) | |
download | rneovim-880f7d12fea31ea85d14b419ef8dcbb16dee2cf4.tar.gz rneovim-880f7d12fea31ea85d14b419ef8dcbb16dee2cf4.tar.bz2 rneovim-880f7d12fea31ea85d14b419ef8dcbb16dee2cf4.zip |
feat!: remove vimballs (#22402)
Vimball is an outdated feature that is rarely used these days. It is not
a maintenance burden on its own, but it is nonetheless dead weight and
something we'd need to tell users to ignore when they inevitably ask
what it is.
See: https://github.com/neovim/neovim/pull/21369#issuecomment-1347615173
Diffstat (limited to 'runtime/plugin')
-rw-r--r-- | runtime/plugin/tarPlugin.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/plugin/tarPlugin.vim b/runtime/plugin/tarPlugin.vim index d55492a93e..384a3ed823 100644 --- a/runtime/plugin/tarPlugin.vim +++ b/runtime/plugin/tarPlugin.vim @@ -47,7 +47,6 @@ augroup tar au BufReadCmd *.tar.zst call tar#Browse(expand("<amatch>")) au BufReadCmd *.tzs call tar#Browse(expand("<amatch>")) augroup END -com! -nargs=? -complete=file Vimuntar call tar#Vimuntar(<q-args>) " --------------------------------------------------------------------- " Restoration And Modelines: {{{1 |