branch: master
commit d6ed4af03ab857094b641617c47b42df4a819d64
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el (counsel-company): Remove company-complete-common
    
    Fixes #969
---
 counsel.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 9d73ba3..9857ead 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2928,7 +2928,6 @@ Any desktop entries that fail to parse are recorded in 
`counsel-linux-apps-fault
   (unless company-candidates
     (company-complete))
   (when company-point
-    (company-complete-common)
     (when (looking-back company-common (line-beginning-position))
       (setq ivy-completion-beg (match-beginning 0))
       (setq ivy-completion-end (match-end 0)))

Reply via email to