Unclosing parenthesis
tuhdo opened this issue · 0 comments
tuhdo commented
This function has unbalanced parenthesis in the latest commit:
(defun helm-company-action-insert (candidate)
"Insert CANDIDATE."
(delete-char (- (length (helm-attr 'company-prefix))))
(insert candidate)
;; for GC
(helm-attrset 'company-candidatecompany--auto-completion