From 34ab80c3b4244c779f2487dc0efdd859f59e547a Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 20 Dec 2024 09:37:45 +0900 Subject: [PATCH] Update the documentation --- doc/ddc.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ddc.txt b/doc/ddc.txt index 033feb8..5bc116d 100644 --- a/doc/ddc.txt +++ b/doc/ddc.txt @@ -1474,7 +1474,8 @@ https://github.com/Shougo/ddc-source-cmdline-history call ddc#custom#patch_global(#{ \ ui: 'pum', \ autoCompleteEvents: [ - \ 'InsertEnter', 'TextChangedI', 'TextChangedP', 'CmdlineChanged', + \ 'InsertEnter', 'TextChangedI', 'TextChangedP', + \ 'CmdlineEnter', 'CmdlineChanged', \ ], \ cmdlineSources: { \ ':': ['cmdline', 'cmdline-history', 'around'], @@ -1518,7 +1519,8 @@ https://github.com/Shougo/ddc-source-input call ddc#custom#patch_global(#{ \ ui: 'pum', \ autoCompleteEvents: [ - \ 'InsertEnter', 'TextChangedI', 'TextChangedP', 'CmdlineChanged', + \ 'InsertEnter', 'TextChangedI', 'TextChangedP', + \ 'CmdlineEnter', 'CmdlineChanged', \ ], \ cmdlineSources: { \ '=': ['input'],