Skip to main content
Module

x/ddc_vim/deps.ts>op.autoread

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

When a file has been detected to have been changed outside of Vim and it has not been changed inside of Vim, automatically read it again. When the file has been deleted this is not done, so you have the text from before it was deleted. When it appears again then it is read. |timestamp| If this option has a local value, use this command to switch back to using the global value: > :set autoread< <