Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/option/vim/mod.ts>maxcombine

๐Ÿ“š Standard module for denops.vim
Go to Latest
variable maxcombine
import { maxcombine } from "https://deno.land/x/denops_std@v6.4.0/option/vim/mod.ts";

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.

(default 2)