Skip to main content
Module

x/denops_std/option/mod.ts>lazyredraw

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

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)