Function: eglot--pre-command-hook
eglot--pre-command-hook is a byte-compiled function defined in
eglot.el.gz.
Signature
(eglot--pre-command-hook)
Documentation
Reset some temporary variables.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--pre-command-hook ()
"Reset some temporary variables."
(clrhash eglot--workspace-symbols-cache)
(setq eglot--last-inserted-char nil))