Fix unmatched parens in :Gmove

This commit is contained in:
Tom McDonald 2013-10-22 11:18:35 -04:00 committed by Tim Pope
parent ea18a6a89b
commit 050b22e531

View File

@ -1530,7 +1530,7 @@ function! s:Move(force,destination)
return 'keepalt saveas! '.s:fnameescape(destination)
endif
else
return 'file '.s:fnameescape(s:repo().translate(':0:'.destination)
return 'file '.s:fnameescape(s:repo().translate(':0:'.destination))
endif
endfunction