From 0d6ffcc3a96af4e609cf3ac045d3cf981095f48b Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 1 Jul 2019 05:49:19 -0400 Subject: [PATCH] Fix docs for :0 removal --- doc/fugitive.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 37e472d..b5edb2b 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -133,7 +133,7 @@ that are part of Git repositories). :Gwrite {path} You can give |:Gwrite| an explicit path of where in the work tree to write. You can also give a path like - :0:foo.txt or even :0 to write to just that stage in + :0:foo.txt or :0:% to write to just that stage in the index. *fugitive-:Gwq*