From 7df3a6894a1bab9c033b596b2324bb11a782771f Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 8 Dec 2012 16:45:31 -0500 Subject: [PATCH] Send :help :Gw to the right place --- doc/fugitive.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index b32f4a5..6134d9a 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -122,7 +122,7 @@ that are part of Git repositories). :{range}Gread! [args] |:read| the output of a Git command after {range}. - *fugitive-:Gwrite* + *fugitive-:Gw* *fugitive-:Gwrite* :Gwrite Write to the current file's path and stage the results. When run in a work tree file, it is effectively git add. Elsewhere, it is effectively git-checkout. A