Skip to main content
Module

x/ddc_vim/deps.ts>op.backupext

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

String which is appended to a file name to make the name of the backup file. The default is quite unusual, because this avoids accidentally overwriting existing files with a backup file. You might prefer using ".bak", but make sure that you don't have files with ".bak" that you want to keep. Only normal file name characters can be used, "/*?[|<>" are illegal.