Variable: eglot--last-inserted-char

eglot--last-inserted-char is a buffer-local variable defined in eglot.el.gz.

Documentation

If non-nil, value of the last inserted character in buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar-local eglot--last-inserted-char nil
  "If non-nil, value of the last inserted character in buffer.")