Skip to main content
Module

x/denops_std/option/mod.ts>delcombine

📚 Standard module for denops.vim
Go to Latest
variable delcombine
import { delcombine } from "https://deno.land/x/denops_std@v3.8.0/option/mod.ts";

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"!