commit 55e9f2f47e71bb5b6928570e5bc626df27475cc5 (tree)
parent 9a1dab0b276af4fe0fc45a14fa6d24f749532948
Author: Tim Pope <code@tpope.net>
Date: Fri, 16 Apr 2021 15:19:03 -0400
Fix README formatting
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.markdown b/README.markdown
@@ -36,11 +36,11 @@ Additional commands are provided for higher level operations:
* View any blob, tree, commit, or tag in the repository with `:Gedit` (and
`:Gsplit`, etc.). For example, `:Gedit HEAD~3:%` loads the current file as
it existed 3 commits ago.
-* `:Gdiffsplit` (or `:Gvdiffsplit`) brings up the staged version of the file
- side by side with the working tree version. Use Vim's diff handling capabilities
- to apply changes to the staged version, and write that buffer to stage the changes.
- You can also give an arbitrary `:Gedit` argument to diff against older versions of
- the file.
+* `:Gdiffsplit` (or `:Gvdiffsplit`) brings up the staged version of the file
+ side by side with the working tree version. Use Vim's diff handling
+ capabilities to apply changes to the staged version, and write that buffer
+ to stage the changes. You can also give an arbitrary `:Gedit` argument to
+ diff against older versions of the file.
* `:Gread` is a variant of `git checkout -- filename` that operates on the
buffer rather than the file itself. This means you can use `u` to undo it
and you never get any warnings about the file changing outside Vim.