Skip to main content
Module

x/denops_std/option/mod.ts>previewwindow

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

{not available when compiled without the |+quickfix| feature} Identifies the preview window. Only one window can have this option set. It's normally not set directly, but by using one of the commands |:ptag|, |:pedit|, etc.

type

{ get(denops: Denops): Promise<boolean>; set(denops: Denops, value: boolean): Promise<void>; reset(denops: Denops): Promise<void>; getLocal(denops: Denops): Promise<boolean>; setLocal(denops: Denops, value: boolean): Promise<void>; resetLocal(denops: Denops): Promise<void>; }