Fix remaining :Gremove and :Gmove references

This commit is contained in:
Tim Pope
2021-03-16 05:15:48 -04:00
parent f5bbd4eea0
commit cc525c99df

View File

@@ -3634,7 +3634,7 @@ function! s:StageDelete(lnum1, lnum2, count) abort
continue
endif
if info.status ==# 'D'
let undo = 'Gremove'
let undo = 'GRemove'
elseif info.paths[0] =~# '/$'
let err .= '|echoerr ' . string('fugitive: will not delete directory ' . string(info.relative[0]))
break
@@ -5087,7 +5087,7 @@ function! fugitive#Diffsplit(autodir, keepfocus, mods, arg, args) abort
endtry
endfunction
" Section: :Gmove, :Gremove
" Section: :GMove, :GRemove
function! s:Move(force, rename, destination) abort
let dir = s:Dir()