import { op } from "https://deno.land/x/ddc_vim@v4.3.0/deps.ts";
const { helpheight } = op;
Minimal initial height of the help window when it is opened with the ":help" command. The initial height of the help window is half of the current window, or (when the 'ea' option is on) the same as other windows. When the height is less than 'helpheight', the height is set to 'helpheight'. Set to zero to disable.
(default 20)