Skip to content

Commit

Permalink
fix: realtime render diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 11, 2024
1 parent 25a4d63 commit ca25272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sideline-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Argument COMMAND is required in sideline backend."

(defun sideline-flycheck--show (&optional buffer)
"Display ERRORS in BUFFER, using sideline library."
(sideline-delete-ovs 'sideline-flycheck)
(when-let ((sideline-mode)
(buffer (or buffer (current-buffer)))
((eq buffer (current-buffer)))
Expand Down

0 comments on commit ca25272

Please sign in to comment.