mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
fugitive.vim 2.2
* Provide :Gpush, :Gfetch, :Gmerge, and Gpull. * Use -L to handle :Glog range. * :Gcommit -v opens message in new tab. * API for custom :Gbrowse handlers. * Invoke :Browse if available to open URL. * Colorize hashes in :Gblame buffer. * Set cursorbind and nobuflisted in :Gblame buffers. * :Gblame in blame buffer toggles buffer.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
" fugitive.vim - A Git wrapper so awesome, it should be illegal
|
" fugitive.vim - A Git wrapper so awesome, it should be illegal
|
||||||
" Maintainer: Tim Pope <http://tpo.pe/>
|
" Maintainer: Tim Pope <http://tpo.pe/>
|
||||||
" Version: 2.1
|
" Version: 2.2
|
||||||
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
||||||
|
|
||||||
if exists('g:loaded_fugitive') || &cp
|
if exists('g:loaded_fugitive') || &cp
|
||||||
|
|||||||
Reference in New Issue
Block a user