import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { showtabline } = op;
The value of this option specifies when the line with tab page labels
will be displayed:
0: never
1: only if there are at least two tab pages
2: always
This is both for the GUI and non-GUI implementation of the tab pages
line.
See tab-page
for more information about tab pages.
(default 1)