commit 0d6ffcc3a96af4e609cf3ac045d3cf981095f48b (tree)
parent b343a4bec0c3c98cdd53a7d9c9394379d678adb3
Author: Tim Pope <code@tpope.net>
Date: Mon, 1 Jul 2019 05:49:19 -0400
Fix docs for :0 removal
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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*