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

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

When on all Unicode emoji characters are considered to be full width. This excludes "text emoji" characters, which are normally displayed as single width. Unfortunately there is no good specification for this and it has been determined on trial-and-error basis. Use the |setcellwidths()| function to change the behavior.