fugitive.vim 3.6

* Fix support for older Vim 7 patch levels.
* Support copies on :Gclog --follow.
This commit is contained in:
Tim Pope
2021-11-25 14:53:57 -05:00
parent e82332ee9e
commit 5a24c25275

View File

@@ -1,6 +1,6 @@
" fugitive.vim - A Git wrapper so awesome, it should be illegal
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 3.5
" Version: 3.6
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
if exists('g:loaded_fugitive')