mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
fugitive.vim 2.3
* Support worktrees. * Provide API for extensible :Gbrowse support. * Remove GitHub URL support in favor of rhubarb.vim. * Provide :Gdelete to delete both file and buffer. * Provide :Grename to move relative to file's parent directory. * Split to open file when :Gstatus is only window. * Provide U in :Gstatus to discard changes. * Provide additional :Gstatus commit maps. * Provide d2o and d3o to obtain diff during conflict. * Support :tab Gcommit. * Open :Gcommit tab before current. * Support :Gdiff +cmd. * Support gf in Git file types. * Add flagship.vim statusline indicator. * Use the Neovim terminal emulator for :Git. * Bug fixes.
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.2
|
" Version: 2.3
|
||||||
" 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