branch: externals/company
commit bc68d765da507faba4d7f6562298444a54084740
Author: Sergey Petrov <sek...@yandex.ru>
Commit: Sergey Petrov <sek...@yandex.ru>
    company-safe-pixel-substring: omit buffer-list-update-hook running
    
    fix performance issue of candidate selecting with projectile running that 
hook
---
 company.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index cd31a07d3a..f85d89645c 100644
--- a/company.el
+++ b/company.el
@@ -3327,7 +3327,7 @@ from the candidates list.")
         (inhibit-modification-hooks t)
         (dedicated (window-dedicated-p))
         (hscroll (window-hscroll))
-        window-configuration-change-hook)
+        window-configuration-change-hook buffer-list-update-hook)
     (with-current-buffer (get-buffer-create " *company-sps*")
       (unwind-protect
           (progn

Reply via email to