Provide :Gdelete

Closes https://github.com/tpope/vim-fugitive/issues/804
This commit is contained in:
Tim Pope
2017-06-08 01:20:21 -04:00
parent 280bbdb6eb
commit be2ff98db5
3 changed files with 10 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ changed, or `o` to open it in a split. When you're done, use `:Gedit`
in the historic buffer to go back to the work tree version.
`:Gmove` does a `git mv` on a file and simultaneously renames the
buffer. `:Gremove` does a `git rm` on a file and simultaneously deletes
buffer. `:Gdelete` does a `git rm` on a file and simultaneously deletes
the buffer.
Use `:Ggrep` to search the work tree (or any arbitrary commit) with