Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.cscopequickfix

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

Specifies whether to use quickfix window to show cscope results. See cscopequickfix.

(default "")

not available when compiled without the +cscope or +quickfix features

type

GlobalOption<string>