Skip to main content
Module

x/denops_std/option/mod.ts>cscoperelative

📚 Standard module for denops.vim
Go to Latest
variable cscoperelative
import { cscoperelative } from "https://deno.land/x/denops_std@v3.10.0/option/mod.ts";

{not available when compiled without the |+cscope| feature} In the absence of a prefix (-P) for cscope. setting this option enables to use the basename of cscope.out path as the prefix. See |cscoperelative|. NOTE: This option is reset when 'compatible' is set.

type

{ get(denops: Denops): Promise<boolean>; set(denops: Denops, value: boolean): Promise<void>; reset(denops: Denops): Promise<void>; getGlobal(denops: Denops): Promise<boolean>; setGlobal(denops: Denops, value: boolean): Promise<void>; resetGlobal(denops: Denops): Promise<void>; }