Skip to content

Commit

Permalink
Revert "setlocal bufhidden=delete for: #13"
Browse files Browse the repository at this point in the history
This reverts commit 6272ffc.
  • Loading branch information
kyoh86 committed May 14, 2024
1 parent 6272ffc commit af89bdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion denops/docbase/handler/buffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ 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 af89bdb

Please sign in to comment.