Skip to main content
Module

x/ddc_vim/deps.ts>op.autowrite

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.autowrite
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { autowrite } = op;

Write the contents of the file, if it has been modified, on each :next, :rewind, :last, :first, :previous, :stop, :suspend, :tag, :!, :make, CTRL-] and CTRL-^ command; and when a :buffer, CTRL-O, CTRL-I, '{A-Z0-9}, or `{A-Z0-9} command takes one to another file. Note that for some commands the 'autowrite' option is not used, see 'autowriteall' for that. Some buffers will not be written, specifically when 'buftype' is "nowrite", "nofile", "terminal" or "prompt".