import { op } from "https://deno.land/x/ddc_vim@v3.9.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")