Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.tagrelative

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

If on and using a tags file in another directory, file names in that tags file are relative to the directory where the tags file is. NOTE: This option is set to the Vi default value when 'compatible' is set and to the Vim default value when 'compatible' is reset.

(Vim default: on, Vi default: off)

type

GlobalOption<boolean>