diff --git a/denops/ddc/ddc.ts b/denops/ddc/ddc.ts index d3507e7..cc552f1 100644 --- a/denops/ddc/ddc.ts +++ b/denops/ddc/ddc.ts @@ -99,7 +99,7 @@ export class Ddc { "TextChangedP", ]); await denops.cmd( - "autocmd ddc ModeChanged *:i call ddc#on_event('InsertEnter')" + "autocmd ddc ModeChanged *:i call ddc#on_event('InsertEnter')", ); await denops.cmd( "autocmd ddc CmdlineChanged * " +