From: Dmitry Gutov Date: Thu, 4 Dec 2014 15:14:15 +0000 (+0200) Subject: company-capf: Pass `sole' or 'finished' to exit-function, not `exact' X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/0cdcd07bf7799f65bf14a613e8e1f4f1baef6208?ds=sidebyside company-capf: Pass `sole' or 'finished' to exit-function, not `exact' --- diff --git a/company-capf.el b/company-capf.el index 1a0e9ec52..4962a26c0 100644 --- a/company-capf.el +++ b/company-capf.el @@ -145,7 +145,7 @@ ;; Follow the example of `completion--done'. (funcall exit-function arg (if (eq (try-completion arg table pred) t) - 'finished 'exact))))) + 'finished 'sole))))) )) (provide 'company-capf)