Skip to main content
Module

x/ddc_vim/deps.ts>op.more

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

When on, listings pause when the whole screen is filled. You will get the more-prompt. When this option is off there are no pauses, the listing continues until finished. NOTE: This option is set to the Vi default value when 'compatible' is set and to the Vim default value when 'compatible' is reset.

(Vim default: on, Vi default: off)

type

GlobalOption<boolean>