branch: elpa/vcomplete
commit e59690bd71683e0cab405860b79c4fee0510d680
Author: Daniel Semyonov <dan...@dsemy.com>
Commit: Daniel Semyonov <dan...@dsemy.com>

    * vcomplete.el (vcomplete-no-update-commands): Add 'choose-completion'
---
 vcomplete.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vcomplete.el b/vcomplete.el
index 9de7974ce7..88537e459f 100644
--- a/vcomplete.el
+++ b/vcomplete.el
@@ -93,7 +93,8 @@ Otherwise, operate according to `completion-auto-help'."
     vcomplete-choose-completion
     minibuffer-complete-and-exit
     minibuffer-force-complete-and-exit
-    completion-at-point)
+    completion-at-point
+    choose-completion)
   "List of commands which shouldn't cause the `*Completions*' buffer to 
update."
   :link '(info-link "(Vcomplete)Completion commands")
   :type '(hook :tag "Commands")

Reply via email to