branch: externals/company
commit 943dff2e60338af1914632a3ea24e6a2429ce732
Author: Emil Vatai <emil.va...@gmail.com>
Commit: GitHub <nore...@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