emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 943dff2 1/2: Add missing dot in `company-vscode


From: ELPA Syncer
Subject: [elpa] externals/company 943dff2 1/2: Add missing dot in `company-vscode-icons-mapping`
Date: Thu, 18 Nov 2021 05:57:10 -0500 (EST)

branch: externals/company
commit 943dff2e60338af1914632a3ea24e6a2429ce732
Author: Emil Vatai <emil.vatai@gmail.com>
Commit: GitHub <noreply@github.com>

    Add missing dot in `company-vscode-icons-mapping`
    
    This dot caused `expand-file-name` to receive a list instead of a string, 
which in turn caused it to fail.
---
 company.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 2080906..6216455 100644
--- a/company.el
+++ b/company.el
@@ -1541,7 +1541,7 @@ end of the match."
     (string . "symbol-string.svg")
     (struct . "symbol-structure.svg")
     (text . "symbol-key.svg")
-    (type-parameter "symbol-parameter.svg")
+    (type-parameter . "symbol-parameter.svg")
     (unit . "symbol-ruler.svg")
     (value . "symbol-enumerator.svg")
     (variable . "symbol-variable.svg")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]