Skip to main content
Module

x/ddc_vim/deps.ts>op.tabpagemax

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.tabpagemax
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { tabpagemax } = op;

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

(default 10)

type

GlobalOption<number>