Skip to content

Commit

Permalink
setlocal bufhidden=delete for: #13
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed May 14, 2024
1 parent 5f57b0f commit 6272ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions denops/docbase/handler/buffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export async function prepareProxy(
await option.swapfile.setLocal(denops, false);
await option.buftype.setLocal(denops, "acwrite");
await option.filetype.setLocal(denops, ft);
await option.bufhidden.setLocal(denops, "delete");
});

await group(denops, "docbase-writecmd", (helper) => {
Expand Down

0 comments on commit 6272ffc

Please sign in to comment.