branch: externals/company
commit d7df9dac621c3ad0a46033862c3a7c21426acef6
Merge: a90beffc8b bc68d765da
Author: Dmitry Gutov <dmi...@gutov.dev>
Commit: GitHub <nore...@github.com>
    Merge pull request #1492 from sk1e/master
    
    fix performance issue with projectile running hook on candidate switching
---
 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