Skip to main content
Module

x/ddc_vim/deps.ts>op.display

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

Change the way text is displayed. This is comma separated list of flags: lastline When included, as much as possible of the last line in a window will be displayed. "@@@" is put in the last columns of the last screen line to indicate the rest of the line is not displayed. truncate Like "lastline", but "@@@" is displayed in the first column of the last screen line. Overrules "lastline". uhex Show unprintable characters hexadecimal as instead of using ^C and ~C.