(eglot--TextDocumentPositionParams)
`(:context
,(if-let (trigger (and (characterp eglot--last-inserted-char)
- (cl-find last-input-event
+ (cl-find eglot--last-inserted-char
(eglot--server-capable :completionProvider
:triggerCharacters)
:key (lambda (str) (aref str 0))
(keyboard-quit)
retval)))))
(eglot--dcase action
- (((Command) command arguments)
- (eglot-execute-command server (intern command) arguments))
+ (((Command) command arguments)
+ (eglot-execute-command server (intern command) arguments))
(((CodeAction) edit command)
(when edit (eglot--apply-workspace-edit edit))
(when command