From 09f2f778f2da1c2c96965669e9791665455c12eb Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 21 Aug 2024 19:07:53 +0900 Subject: [PATCH] Update the documentation --- doc/ddc.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/ddc.txt b/doc/ddc.txt index 04e9e9f..54db56d 100644 --- a/doc/ddc.txt +++ b/doc/ddc.txt @@ -1281,6 +1281,9 @@ FAQ 26: |ddc-faq-26| FAQ 27: |ddc-faq-27| The popup menu is flickerd when update input. +FAQ 28: |ddc-faq-28| + The |:normal| command is slow from command line. + ------------------------------------------------------------------------------ *ddc-faq-1* @@ -1683,6 +1686,13 @@ You can use "ddc-ui-pum" for it instead. https://github.com/Shougo/ddc-ui-pum + *ddc-faq-28* +Q: The |:normal| command is slow from command line. + +A: Many |InsertEnter|, |InsertLeave| and |ModeChanged| autocmds are fired. +Unfortunately, ddc.vim cannot detect that it is executed from command line. +You should use |:noautocmd| like this. > + :noautocmd %normal Itest ============================================================================== COMPATIBILITY *ddc-compatibility*