Skip to main content
Module

x/ddc_vim/deps.ts>op.iconstring

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.iconstring
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { iconstring } = op;

When this option is not empty, it will be used for the icon text of the window. This happens only when the 'icon' option is on. Only works if the terminal supports setting window icon text (currently only X11 GUI and terminals with a non-empty 't_IS' option). Does not work for MS-Windows. When Vim was compiled with HAVE_X11 defined, the original icon will be restored if possible X11. When this option contains printf-style '%' items, they will be expanded according to the rules used for 'statusline'. See 'titlestring' for example settings. This option cannot be set in a modeline when 'modelineexpr' is off. not available when compiled without the +statusline feature

(default "")

type

GlobalOption<string>