Skip to content

Commit

Permalink
Improve ModeChanged pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 5, 2024
1 parent 01075eb commit 4612328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddc/ddc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class Ddc {
"TextChangedP",
]);
await denops.cmd(
"autocmd ddc ModeChanged [ns]:i call ddc#on_event('InsertEnter')",
"autocmd ddc ModeChanged [vV\x16sn]:i call ddc#on_event('InsertEnter')",
);
await denops.cmd(
"autocmd ddc CmdlineChanged * " +
Expand Down

0 comments on commit 4612328

Please sign in to comment.