mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
" fugitive.vim - A Git wrapper so awesome, it should be illegal
|
||||
" Maintainer: Tim Pope <http://tpo.pe/>
|
||||
" Version: 3.2
|
||||
" Version: 3.3
|
||||
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
||||
|
||||
if exists('g:loaded_fugitive')
|
||||
|
||||
Reference in New Issue
Block a user