From 5dfc65aca270052443e871fc2a2506b86aba4990 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Mar 2018 03:17:07 -0500 Subject: fix markdown --- README.md | 4 ++-- 1 file 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` -- cgit v1.2.3-54-g00ecf