From 54ead5abcbfdd776e1160b5510a129884c39f29c Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 23 Apr 2013 19:40:21 -0400 Subject: [PATCH] Update :Gblame explanation in README --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index a8ffe72..68a61e6 100644 --- a/README.markdown +++ b/README.markdown @@ -15,9 +15,9 @@ Bring up the output of `git status` with `:Gstatus`. Press `-` to mofo. And guess what `:Gcommit` does! `:Gblame` brings up an interactive vertical split with `git blame` -output. Press enter on a line to reblame the file as it stood in that -commit, or `o` to open that commit in a split. When you're done, use -`:Gedit` in the historic buffer to go back to the work tree version. +output. Press enter on a line to edit the commit where the line +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