branch: elpa/vcomplete commit 45adfdd13e9ec6d9cb5d5c8769cbc35ef7a5b8c4 Author: Daniel Semyonov <dan...@dsemy.com> Commit: Daniel Semyonov <dan...@dsemy.com>
; Document last commit in the NEWS file --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 558b5005f9..64ec9b69f3 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ See the end of the file for an explanation of the versioning scheme. * 1.1 (in development) +** Add 'vcomplete-no-update-commands'. +This custom variable is used to control which commands shouldn't cause +the completions list buffer to update. + ** Embark support has been moved to a separate file. It must be loaded explicitly (using '(require 'vcomplete-embark)' or similar).