We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71dcc6 commit e93a006Copy full SHA for e93a006
sideline-blame.el
@@ -137,7 +137,8 @@ Argument COMMAND is required in sideline backend."
137
138
(defun sideline-blame--display (callback &rest _)
139
"Execute CALLBACK to display with sideline."
140
- (when-let ((msg (sideline-blame--get-message)))
+ (when-let* ((msg (while-no-input (sideline-blame--get-message)))
141
+ (_ (not (equal t msg))))
142
(funcall callback (list msg))))
143
144
(provide 'sideline-blame)
0 commit comments