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 e3e31ce9d7679933699e95a7d8bf948b0d2d762f (tree)
parent 56b8ad786b7cb0e49a7bcea76bedd8535caa1146
Author: Tim Pope <code@tpope.net>
Date:   Fri, 19 Mar 2010 21:06:08 -0400

Fix error in :Gmove

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

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1080,7 +1080,7 @@ function! s:Move(force,destination) if s:buffer().commit() == '' return 'saveas! '.s:fnameescape(destination) else - return 'file '.s:fnameescape(s:repo.translate(':0:'.destination) + return 'file '.s:fnameescape(s:repo().translate(':0:'.destination) endif endfunction