mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -05:00
fugitive.vim 3.2
* Provide :Git mergetool to load conflicts into quickfix list. * Provide :Git difftool to load arbitrary changesets into quickfix list. * Call FugitiveBlob/FugitiveCommit/etc autocommands on Fugitive buffer load. * :Git --paginate display results in temp buffer. * :Git --no-pager no longer displays results in temp buffer. * Accomodate loading Fugitive buffers in popup window. * Better PowerShell support. * 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.1
|
||||
" Version: 3.2
|
||||
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
||||
|
||||
if exists('g:loaded_fugitive')
|
||||
|
||||
Reference in New Issue
Block a user