Skip to content

Commit

Permalink
Fix backspace completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 11, 2024
1 parent 1c5c511 commit d10b96e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion denops/ddc/ddc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ export class Ddc {
});
this.#visibleUi = false;
this.#prevEvent = "";
this.#prevInput = "";
}

async visible(
Expand Down
1 change: 1 addition & 0 deletions doc/ddc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d10b96e

Please sign in to comment.