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.delcombine

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

If editing Unicode and this option is set, backspace and Normal mode "x" delete each combining character on its own. When it is off (the default) the character along with its combining characters are deleted. Note: When 'delcombine' is set "xx" may work differently from "2x"!