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

x/ddc_vim/deps.ts>op.lazyredraw

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.lazyredraw
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/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>