Skip to main content
Module

x/ddc_vim/deps.ts>op.titleold

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

This option will be used for the window title when exiting Vim if the original title cannot be restored. Only happens if 'title' is on or 'titlestring' is not empty. This option cannot be set from a modeline or in the sandbox, for security reasons.

(default "Thanks for flying Vim")

type

GlobalOption<string>