emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/add-vdiff 7811f01 095/258: Add two features


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff 7811f01 095/258: Add two features
Date: Wed, 17 May 2017 08:13:29 -0400 (EDT)

branch: scratch/add-vdiff
commit 7811f013e2a1197b215eeddb36e620ef30069940
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    Add two features
---
 README.org | 3 +++
 vdiff.el   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/README.org b/README.org
index b6a7877..492d323 100644
--- a/README.org
+++ b/README.org
@@ -15,6 +15,9 @@ buffer to the other. The main features are
   4. Commands to jump easily between hunks
   5. Everything done through overlays, meaning vdiff doesn't alter the actual
      text in the buffer (unless you are transmit changes of course)
+  6. Unlike ediff, remain in buffers instead of having to use a third "control
+     buffer"
+  7. Cool hydra (see below)
 
 vdiff is still a work in progress, so use it at your own risk. Contributions 
and
 suggestions are very welcome.
diff --git a/vdiff.el b/vdiff.el
index f3e320a..31fb2a8 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -39,6 +39,9 @@
 ;;   4. Commands to jump easily between hunks
 ;;   5. Everything done through overlays, meaning vdiff doesn't alter the 
actual
 ;;      text in the buffer (unless you are transmit changes of course)
+;;   6. Unlike ediff, remain in buffers instead of having to use a third 
"control
+;;      buffer"
+;;   7. Cool hydra (see below)
 
 ;; Contributions and suggestions are very welcome.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]