Skip to content

Commit

Permalink
Fixed hash-table invalid at the very beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 23, 2021
1 parent be3011e commit c9e8815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company-fuzzy.el
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
(defvar-local company-fuzzy--is-trigger-prefix-p nil
"Flag to see if currently completion having a valid prefix.")

(defvar-local company-fuzzy--ht-backends-candidates nil
(defvar-local company-fuzzy--ht-backends-candidates (ht-create)
"Store candidates by backend as id.")

(defvar-local company-fuzzy--ht-history (ht-create)
Expand Down

0 comments on commit c9e8815

Please sign in to comment.