Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.backupext

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.backupext
import { op } from "https://deno.land/x/ddc_vim@v2.2.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.