mirror of
https://github.com/amix/vimrc
synced 2025-06-16 09:35:01 +08:00
update plugins
ran the plugin update script
This commit is contained in:
@ -3159,6 +3159,7 @@ function! s:Open(cmd, bang, mods, arg, args) abort
|
||||
silent! execute '!' . escape(git . ' --no-pager ' . args, '!#%') .
|
||||
\ (&shell =~# 'csh' ? ' >& ' . temp : ' > ' . temp . ' 2>&1')
|
||||
finally
|
||||
redraw!
|
||||
execute cdback
|
||||
endtry
|
||||
let temp = s:Resolve(temp)
|
||||
@ -3168,7 +3169,7 @@ function! s:Open(cmd, bang, mods, arg, args) abort
|
||||
endif
|
||||
silent execute mods a:cmd temp
|
||||
call fugitive#ReloadStatus()
|
||||
return 'redraw|echo ' . string(':!' . git . ' ' . args)
|
||||
return 'echo ' . string(':!' . git . ' ' . args)
|
||||
endif
|
||||
|
||||
let [file, pre] = s:OpenParse(a:args)
|
||||
|
Reference in New Issue
Block a user