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 cecfc06be3be7522a8e551f2f0ce5c22f59cba74 (tree)
parent 102b3a50e20d857b38e4c392b78be9a340669a70
Author: Tim Pope <code@tpope.net>
Date:   Tue,  9 Jul 2019 06:45:50 -0400

Tweak s:Dir() usage

Diffstat:
Mautoload/fugitive.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim @@ -3497,7 +3497,7 @@ function! s:BlurStatus() abort endfunction function! s:OpenExec(cmd, mods, args, ...) abort - let dir = s:Dir(a:0 ? a:1 : -1) + let dir = a:0 ? s:Dir(a:1) : s:Dir() let args = s:shellesc(a:args) let temp = tempname() let git = s:UserCommand(dir)