Skip to content

Commit

Permalink
refater: buffer nameの統一感出したかった
Browse files Browse the repository at this point in the history
  • Loading branch information
kamecha committed Dec 20, 2023
1 parent 690fcad commit 82fe491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/traqvim/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const actionOpenChannel = async (
}
const escapedChannelPath = bufname.format({
scheme: "VtraQ",
expr: "channel",
expr: "/Channel",
fragment: channelMessageOptions.channelPath.replace("#", ""),
});
const channelBufferVars: ChannelBuffer = {
Expand Down Expand Up @@ -156,7 +156,7 @@ export const actionOpenActivity = async (
const activityList: Message[] = await activity();
const activityPath = bufname.format({
scheme: "VtraQ",
expr: "Activity",
expr: "/Activity",
});
const bufN = bufNum ??
await denops.call("traqvim#make_buffer", activityPath);
Expand Down

0 comments on commit 82fe491

Please sign in to comment.