We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9f1a7 commit 87a40b7Copy full SHA for 87a40b7
lsp-ui-sideline.el
@@ -303,7 +303,7 @@ CURRENT is non-nil when the point is on the symbol."
303
"Show diagnostics on the current line."
304
(let ((bol (line-beginning-position))
305
(eol (line-end-position)))
306
- (when (bound-and-true-p 'flycheck-mode)
+ (when (bound-and-true-p flycheck-mode)
307
(dolist (e (flycheck-overlay-errors-in bol (1+ eol)))
308
(let* ((message (--> (flycheck-error-format-message-and-id e)
309
(car (split-string it "\n"))
0 commit comments