Skip to main content
Module

x/denops_std/option/mod.ts>warn

📚 Standard module for denops.vim
Go to Latest
variable warn
import { warn } from "https://deno.land/x/denops_std@v4.1.4/option/mod.ts";

Give a warning message when a shell command is used while the buffer has been changed.

type

{ get(denops: Denops): Promise<boolean>; set(denops: Denops, value: boolean): Promise<void>; reset(denops: Denops): Promise<void>; getGlobal(denops: Denops): Promise<boolean>; setGlobal(denops: Denops, value: boolean): Promise<void>; resetGlobal(denops: Denops): Promise<void>; }