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 c316b924e80408afd2aa4d32cb40965101c4aae4 (tree)
parent 7a190ead8572d7a010a8112863dc4c55c5ece1e5
Author: Tim Pope <code@tpope.net>
Date:   Thu, 22 Nov 2018 09:36:28 -0500

Provide FugitivePrepare()

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

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -68,6 +68,10 @@ function! FugitiveParse(...) abort throw v:errmsg endfunction +function! FugitivePrepare(...) abort + return call('fugitive#Prepare', a:000) +endfunction + function! FugitiveConfig(key, ...) abort return fugitive#Config(a:key, FugitiveGitDir(a:0 ? a:1 : -1)) endfunction