mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Fix unmatched parens in :Gmove
This commit is contained in:
@@ -1530,7 +1530,7 @@ function! s:Move(force,destination)
|
|||||||
return 'keepalt saveas! '.s:fnameescape(destination)
|
return 'keepalt saveas! '.s:fnameescape(destination)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
return 'file '.s:fnameescape(s:repo().translate(':0:'.destination)
|
return 'file '.s:fnameescape(s:repo().translate(':0:'.destination))
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user