branch: master
commit 0cdcd07bf7799f65bf14a613e8e1f4f1baef6208
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@yandex.ru>

    company-capf: Pass `sole' or 'finished' to exit-function, not `exact'
---
 company-capf.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-capf.el b/company-capf.el
index 1a0e9ec..4962a26 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)

Reply via email to