* eglot.el (eglot--mode-line-format): Add tooltip to `pending'.
GitHub-reference: per https://github.com/joaotavora/eglot/issues/784
`("/" ,(eglot--mode-line-props
(format "%d" pending) 'warning
'((mouse-3 eglot-forget-pending-continuations
- "forget pending continuations"))))))))))
+ "forget pending continuations"))
+ "Number of outgoing, \
+still unanswered LSP requests to the server"))))))))
(add-to-list 'mode-line-misc-info
`(eglot--managed-mode (" [" eglot--mode-line-format "] ")))