import { op } from "https://deno.land/x/ddc_vim@v4.0.2/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
)