Skip to content

Commit a36c681

Browse files
committed
* eglot.el (eglot--server-capable): Don't use obsolete name.
1 parent 4229547 commit a36c681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eglot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ under cursor."
14661466
(defun eglot--server-capable (&rest feats)
14671467
"Determine if current server is capable of FEATS."
14681468
(unless (cl-some (lambda (feat)
1469-
(memq feat eglot-ignored-server-capabilites))
1469+
(memq feat eglot-ignored-server-capabilities))
14701470
feats)
14711471
(cl-loop for caps = (eglot--capabilities (eglot--current-server-or-lose))
14721472
then (cadr probe)

0 commit comments

Comments
 (0)