import { op } from "https://deno.land/x/ddc_vim@v4.3.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)