mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 09:01:45 +00:00
Define `:packupdate` and `:packdel` as separate commands instead of a
unified `:pack {subcommand}` because the semantics between the two
commands vary differently enough that it doesn't make sense to combine
them. Additionally, `:pack! update/del` looks bad.