aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-08 03:17:07 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-08 03:17:07 -0500
commit5dfc65aca270052443e871fc2a2506b86aba4990 (patch)
tree6f3e4acc7abf3f1ecd14d99e7e88f31b106d2eb2
parent8e77a808fa110489f32729b97400f7f36a5039d7 (diff)
downloadvim-diff-changes-5dfc65aca270052443e871fc2a2506b86aba4990.tar.gz
vim-diff-changes-5dfc65aca270052443e871fc2a2506b86aba4990.zip
fix markdown
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a9f881c..7041951 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,12 @@ disk).
## `:DiffAgainstFilesystem`
Opens a diff window which diffs the buffer contents against the contents of
-the file on disk. Use |:DiffStop| to close the diff window.
+the file on disk. Use `:DiffStop` to close the diff window.
## `:DiffAgainstVCS`
Opens a diff window which diffs the buffer contents against the contents of
-the file in the most recent commit in version control. Use |:DiffStop| to
+the file in the most recent commit in version control. Use `:DiffStop` to
close the diff window. Supports git, svn, darcs, and cvs.
## `:DiffStop`