Skip to main content
Module

x/ddc_vim/deps.ts>op.lazyredraw

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

When this option is set, the screen will not be redrawn while executing macros, registers and other commands that have not been typed. Also, updating the window title is postponed. To force an update use :redraw. This may occasionally cause display errors. It is only meant to be set temporarily when performing an operation where redrawing may cause flickering or cause a slow down.

(default off)

type

GlobalOption<boolean>