branch: externals/diff-hl commit 566365665399de93cc72770693881995bb8bdf1b Author: Dmitry Gutov <dmi...@gutov.dev> Commit: Dmitry Gutov <dmi...@gutov.dev>
diff-hl-stage-some: Ensure it works with diff-hl-update-async on By disabling async inside it. --- diff-hl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/diff-hl.el b/diff-hl.el index 50d9f041b3..63835f0ade 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -922,6 +922,7 @@ Pops up a diff buffer that can be edited to choose the changes to stage." (file buffer-file-name) (dest-buffer (get-buffer-create "*diff-hl-stage-some*")) (orig-buffer (current-buffer)) + (diff-hl-update-async nil) ;; FIXME: If the file name has double quotes, these need to be quoted. (file-base (file-name-nondirectory file))) (with-current-buffer dest-buffer