From 7e224b0c4a7f9b9227ebaafa6dc59e719d2c67d0 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 26 Oct 2023 12:12:21 +0900 Subject: [PATCH] Update interface --- denops/dpp/base/protocol.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denops/dpp/base/protocol.ts b/denops/dpp/base/protocol.ts index bccae92..a53d93a 100644 --- a/denops/dpp/base/protocol.ts +++ b/denops/dpp/base/protocol.ts @@ -58,6 +58,8 @@ export type GetDiffCommandsArguments = { plugin: Plugin; protocolOptions: ProtocolOptions; protocolParams: Params; + oldRev: string; + newRev: string; }; export type GetRevisionArguments = {