Skip to main content
Module

x/ddc_vim/deps.ts>op.history

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.history
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { history } = op;

A history of ":" commands, and a history of previous search patterns is remembered. This option decides how many entries may be stored in each of these histories (see cmdline-editing). The maximum value is 10000. 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: 50, Vi default: 0, set to 200 in defaults.vim)

type

GlobalOption<number>