tag: 1.2
commit 06945791e72a54474bc720698cad1ecc5a7a2b3e
Author: Väinö Järvelä <[email protected]>
Commit: João Távora <[email protected]>
Fix typo in willSaveWaitUntil RPC request (#51)
Copyright-paperwork-exempt: yes
* eglot.el (eglot--signal-textDocument/willSave): Fix typo.
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index 1ca7b6d..3c01657 100644
--- a/eglot.el
+++ b/eglot.el
@@ -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 ()