From 2564c37d0a2ade327d6381fef42d84d9fad1d057 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 22 Nov 2018 09:48:10 -0500 Subject: [PATCH] fugitive.vim 2.5 * Support :source and :write on Fugitive URLs. * Support :Gedit +cmd ++opt. * Support :Gedit /absolute/path and ./relative/path. * Support expansion flags, like :Gedit %:h. * Support completion of commits for --fixup=/--squash=. * Support :Gread commit to read commit message. * Adjust :Gbrowse line range for upstream head. * Map in blobs to jump to blamed commit. * Map p to jump to file in preview window. * Make :Gmove always relative to repository root. * Load Projectionist config from .git/info/projections.json. * Drop instaweb support. * New public function API. * Major robustness and error handling improvements. * Bug fixes. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 554716f..06b1462 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1,6 +1,6 @@ " fugitive.vim - A Git wrapper so awesome, it should be illegal " Maintainer: Tim Pope -" Version: 2.4 +" Version: 2.5 " GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim if exists('g:loaded_fugitive')