Skip to main content
Module

x/ddc_vim/deps.ts>op.delcombine

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.delcombine
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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"!

This is useful for Arabic, Hebrew and many other languages where one may have combining characters overtop of base characters, and want to remove only the combining ones. NOTE: This option is reset when 'compatible' is set.

(default off)

type

GlobalOption<boolean>