import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { cdhome } = op;
When on, :cd
, :tcd
and :lcd
without an argument changes the
current working directory to the $HOME
directory like in Unix.
When off, those commands just print the current directory name.
On Unix this option has no effect.
NOTE: This option is reset when 'compatible' is set.
(default: off)