Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 19, 2024
1 parent bde0ebb commit a0f962c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions denops/ddu/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ export const main: Entrypoint = (denops: Denops) => {
]);

[context, options] = await contextBuilder.get(denops, userOptions);

// NOTE: Ensure winId is carried over to the pushed context.
context.winId = prevDdu.getContext().winId;
} else {
ddu = getDdu(options.name);
Expand Down

0 comments on commit a0f962c

Please sign in to comment.