Пример #1
0
 protected boolean execute(
     @NotNull Editor editor, @NotNull DataContext context, @NotNull Command cmd) {
   return VimPlugin.getProcess().cancelExEntry(editor, context);
 }