Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/option/mod.ts>tabpagemax

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

Maximum number of tab pages to be opened by the |-p| command line argument or the ":tab all" command. |tabpage|

type

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