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

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

The maximum number of combining characters supported for displaying. Only used when 'encoding' is "utf-8". The default is OK for most languages. Hebrew may require 4. Maximum value is 6. Even when this option is set to 2 you can still edit text with more combining characters, you just can't see them. Use |g8| or |ga|. See |mbyte-combining|.