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 b07ca99 commit 4e8641bCopy full SHA for 4e8641b
jcs-modeline.el
@@ -305,7 +305,6 @@
305
(defun jcs-modeline--flycheck-lighter (state)
306
"Return flycheck information for the given error type STATE."
307
(let* ((counts (flycheck-count-errors flycheck-current-errors))
308
- (errorp (flycheck-has-current-errors-p state))
309
(err (or (cdr (assq state counts)) "0"))
310
(running (eq 'running flycheck-last-status-change)))
311
(format "•%s" (if running "?" err))))
0 commit comments