From d10b96e1c2d62aad02f498c602133a0fa7282087 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 11 Mar 2024 13:57:53 +0900 Subject: [PATCH] Fix backspace completion --- denops/ddc/ddc.ts | 1 - doc/ddc.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/denops/ddc/ddc.ts b/denops/ddc/ddc.ts index f480453..c2b57c3 100644 --- a/denops/ddc/ddc.ts +++ b/denops/ddc/ddc.ts @@ -675,7 +675,6 @@ export class Ddc { }); this.#visibleUi = false; this.#prevEvent = ""; - this.#prevInput = ""; } async visible( diff --git a/doc/ddc.txt b/doc/ddc.txt index 4138db1..7fa37ed 100644 --- a/doc/ddc.txt +++ b/doc/ddc.txt @@ -1422,6 +1422,7 @@ Q: I want to enable command line completion. A: You need to configure like this. NOTE: Both "pum.vim" and "ddc-ui-pum" are required. +NOTE: It conficts with builtin 'wildmenu' feature. https://github.com/Shougo/pum.vim https://github.com/Shougo/ddc-ui-pum