From 690fcad47375af7c2ccfaf89c44314b2dc330e97 Mon Sep 17 00:00:00 2001 From: kamecha Date: Wed, 20 Dec 2023 20:16:33 +0900 Subject: [PATCH] =?UTF-8?q?=E9=96=A2=E6=95=B0=E5=A4=89=E6=9B=B4=E3=81=AB?= =?UTF-8?q?=E3=82=88=E3=82=8B=E5=BC=95=E6=95=B0=E9=96=93=E9=81=95=E3=81=84?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- denops/traqvim/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denops/traqvim/main.ts b/denops/traqvim/main.ts index 3709817..d67c5fa 100644 --- a/denops/traqvim/main.ts +++ b/denops/traqvim/main.ts @@ -141,7 +141,7 @@ export async function main(denops: Denops) { until: new Date().toISOString(), order: "desc", }; - actionOpenChannel(denops, timelineOption, undefined, bufNum); + actionOpenChannel(denops, timelineOption, bufNum); } return; },