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@v3.6.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|.