Skip to main content
Module

x/denops_std/buffer/mod.ts>concrete

📚 Standard module for denops.vim
Go to Latest
function concrete
import { concrete } from "https://deno.land/x/denops_std@v3.8.0/buffer/mod.ts";

Concrete the buffer.

  • The buftype option become "nofile"
  • The swapfile become disabled
  • The modifiable become disabled
  • The content of the buffer is restored on BufReadCmd synchronously

Parameters

denops: Denops
bufnr: number

Returns

Promise<void>