From 736466ccce6aaac5e2bd08b3157af1d2e42656a4 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 13 Aug 2019 22:09:00 +0200 Subject: [PATCH] README: add notes about diff capabilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 849a762..c975aac 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ removed lines in a file that is managed by a version control system (VCS)._ - Handles **nested repositories** controlled by different VCS. - Provides mappings for **navigating hunks** ("blocks of changed lines"). - Provides an **operator** that acts on hunks. +- **Preview** changes in the current line in a popup window. +- Show all changes in **diff mode**. - Alternative workflow: Disable the plugin by default and **toggle it per buffer** on demand. - Optional **line highlighting**.