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

    Don't refresh on buffer switch
    
    Refresh can finish after the switch occurs
---
 vdiff.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vdiff.el b/vdiff.el
index 8b6558d..3d4ce64 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1299,7 +1299,6 @@ B. Go from buffer B to A if B-to-A is non nil."
   "Jump to the line in another vdiff buffer that corresponds to
 the current one."
   (interactive (list (line-number-at-pos)))
-  (vdiff-refresh)
   (let ((line (caar (vdiff--translate-line line))))
     (select-window (car (vdiff--unselected-windows)))
     (when line

Reply via email to