fugitive.vim 2.5v2.5
commit2564c37d0a2ade327d6381fef42d84d9fad1d057
authorTim Pope <code@tpope.net>
Thu, 22 Nov 2018 14:48:10 +0000 (22 09:48 -0500)
committerTim Pope <code@tpope.net>
Thu, 22 Nov 2018 14:48:10 +0000 (22 09:48 -0500)
tree709ed543b5479d1fb3d79ef813d1c2a98ebec266
parentc316b924e80408afd2aa4d32cb40965101c4aae4
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 <CR> 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