import { op } from "https://deno.land/x/ddc_vim@v4.3.0/deps.ts";
const { write } = op;
Allows writing files. When not set, writing a file is not allowed.
Can be used for a view-only mode, where modifications to the text are
still allowed. Can be reset with the -m
or -M
command line
argument. Filtering text is still possible, even though this requires
writing a temporary file.
(default on)