tag: 1.2
commit 477e15d847753a2def61d7a96061addc3fc9552c
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>

    * eglot.el (eglot-initialization-options): Fix spurious typo.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 33b478f..125c795 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1663,7 +1663,7 @@ If SKIP-SIGNATURE, don't try to send 
textDocument/signatureHelp."
   "Passes through required cquery initialization options"
   (let* ((root (car (project-roots (eglot--project server))))
          (cache (expand-file-name ".cquery_cached_index/" root)))
-    (list :cacheDirectory (file-name-as-directory cache)Ini
+    (list :cacheDirectory (file-name-as-directory cache)
           :progressReportFrequencyMs -1)))
 
 

Reply via email to