branch: scratch/add-vdiff
commit d3faef0ed9cdc97830543360ce52d5eb32a95466
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    Refresh manually after receive
---
 vdiff.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vdiff.el b/vdiff.el
index 3d4ce64..a502975 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1139,7 +1139,8 @@ active, receive all corresponding changes found in the
 region. Otherwise use the changes under point or on the
 immediately preceding line."
   (interactive (vdiff--region-or-close-overlay))
-  (vdiff-send-changes beg end t))
+  (vdiff-send-changes beg end t nil t)
+  (vdiff-refresh #'vdiff--scroll-function))
 
 (defun vdiff--transmit-change (ovr &optional targets)
   "Send text in OVR to corresponding overlay in other buffer."

Reply via email to