Skip to main content
Module

x/denops_std/option/mod.ts>history

📚 Standard module for denops.vim
Go to Latest
variable history
import { history } from "https://deno.land/x/denops_std@v3.9.3/option/mod.ts";

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.