Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.tabpagemax

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.tabpagemax
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/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>