fix(lsp): void-variable args error
Fix: #7974
Fix: #7970
Amend: 85b7b6151b
This commit is contained in:
parent
0bac5fe132
commit
8be1ef498b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
|
||||||
;; Thank god a (non-inlined) function is used to build the URL, so we have
|
;; Thank god a (non-inlined) function is used to build the URL, so we have
|
||||||
;; something to advise.
|
;; something to advise.
|
||||||
;; REVIEW: Remove when zigtools/zls#1879 is resolved.
|
;; REVIEW: Remove when zigtools/zls#1879 is resolved.
|
||||||
(defadvice! +lsp--use-correct-zls-download-url-a (fn &rest _)
|
(defadvice! +lsp--use-correct-zls-download-url-a (fn &rest args)
|
||||||
"See zigtools/zls#1879."
|
"See zigtools/zls#1879."
|
||||||
:around #'lsp-zig--zls-url
|
:around #'lsp-zig--zls-url
|
||||||
(let ((lsp-zig-download-url-format
|
(let ((lsp-zig-download-url-format
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue