Fix unmatched parens in :Gmove
This commit is contained in:
parent
ea18a6a89b
commit
050b22e531
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user