Skip to content

Commit

Permalink
Fix typo in willSaveWaitUntil RPC request (joaotavora#51)
Browse files Browse the repository at this point in the history
Copyright-paperwork-exempt: yes

* eglot.el (eglot--signal-textDocument/willSave): Fix typo.
  • Loading branch information
Kaali authored and joaotavora committed Jul 28, 2018
1 parent ec02ffa commit a6cad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ When called interactively, use the currently active server"
(when (eglot--server-capable :textDocumentSync :willSaveWaitUntil)
(ignore-errors
(eglot--apply-text-edits
(jsonrpc-request server :textDocument/willSaveWaituntil params
(jsonrpc-request server :textDocument/willSaveWaitUntil params
:timeout 0.5))))))

(defun eglot--signal-textDocument/didSave ()
Expand Down

0 comments on commit a6cad6b

Please sign in to comment.