fugitive.vim 3.3v3.3
commitf5451e4379f4ecff1bf536c01380e2d2b05c849d
authorTim Pope <code@tpope.net>
Thu, 15 Apr 2021 16:15:38 +0000 (15 12:15 -0400)
committerTim Pope <code@tpope.net>
Thu, 15 Apr 2021 16:15:38 +0000 (15 12:15 -0400)
tree26b3cc0ff998bd162a707f68c7b5bffff47ed9b4
parent0365bcd76e56cddf996f311b57248cdd4744b130
fugitive.vim 3.3

* Replace :! :Git backend with smart job runner.
* Replace special cased commit/revert/rebase/merge/etc. with regular :Git.
* Support :Git -c config.name=value and other common flags.
* Improve completion of :Git subcommands, including hiding plumbing commands.
* Improve completion of arguments to :Git subcommands.
* Show unpulled and unpushed sections for both upstream and push remote.
* Introduce capitalized naming scheme for :GMove/:GRename/:GRemove/:GDelete/:GBrowse.
* Expand SSH host aliases in remote URLs for :GBrowse.
* Enable opening arbitrary URLs with :GBrowse.
* Add warnings to deprecated commands.
* Remove all other temp buffer commands in favor of :Git --paginate.
* Don't automatically invoke :setlocal foldmethod=syntax in Fugitive buffers.
* Support colored :Git blame commits in 256 color terminals.
* Bug fixes.
plugin/fugitive.vim