motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 1e3786734bbb0c3a9783ae33f294d5658262af3d (tree)
parent 4d3835f637044e618ee94a0b5c31852d32f22205
Author: Tim Pope <code@tpope.net>
Date:   Mon, 27 Aug 2018 21:06:41 -0400

Add potential alternative name for FugitiveRoute()

Diffstat:
Mplugin/fugitive.vim | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -200,6 +200,10 @@ function! FugitiveDetect(path) abort endif endfunction +function! FugitiveFind(...) abort + return call('FugitiveRoute', a:000) +endfunction + function! FugitiveGenerate(...) abort return call('FugitiveRoute', a:000) endfunction