mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
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: 2.1
|
||||
" Version: 2.2
|
||||
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
||||
|
||||
if exists('g:loaded_fugitive') || &cp
|
||||
@ -1759,7 +1759,7 @@ function! s:Diff(vert,...) abort
|
||||
let winnr = winnr()
|
||||
if getwinvar('#', '&diff')
|
||||
wincmd p
|
||||
call feedkeys("\<C-W>p", 'n')
|
||||
call feedkeys(winnr."\<C-W>w", 'n')
|
||||
endif
|
||||
return ''
|
||||
catch /^fugitive:/
|
||||
|
Reference in New Issue
Block a user