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)
|
||||
endif
|
||||
else
|
||||
return 'file '.s:fnameescape(s:repo().translate(':0:'.destination)
|
||||
return 'file '.s:fnameescape(s:repo().translate(':0:'.destination))
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user