Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/option/nvim/mod.ts>inccommand

📚 Standard module for denops.vim
Latest
variable inccommand
import { inccommand } from "https://deno.land/x/denops_std@v6.5.0/option/nvim/mod.ts";

When nonempty, shows the effects of :substitute, :smagic, :snomagic and user commands with the :command-preview flag as you type.

Possible values: nosplit Shows the effects of a command incrementally in the buffer. split Like "nosplit", but also shows partial off-screen results in a preview window.

If the preview for built-in commands is too slow (exceeds 'redrawtime') then 'inccommand' is automatically disabled until Command-line-mode is done.

(default "nosplit")