Skip to content

Commit

Permalink
Change a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Feb 6, 2022
1 parent 9d38b10 commit 8a765f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion denops/ddu/ddu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class Ddu {
});

// Note: redraw must be locked
await this.lock.with(async() => {
await this.lock.with(async () => {
await ui.redraw({
denops: denops,
context: this.context,
Expand Down
6 changes: 0 additions & 6 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,6 @@ Note: The UIs cannot set default options for UI. If the UI need
to specify the recommended configuration, you should write it in the
documentation instead.

*ddu-ui-option-autoAction*
autoAction
When you select a item, it runs the action automatically.

Default: ""

*ddu-ui-option-defaultAction*
defaultAction
Specify the default action.
Expand Down

0 comments on commit 8a765f0

Please sign in to comment.