import { fn } from "https://deno.land/x/ddc_vim@v4.1.0/deps.ts";
const { tagfiles } = fn;
Returns a List
with the file names used to search for tags
for the current buffer. This is the 'tags' option expanded.
Parameters
denops: Denops
import { fn } from "https://deno.land/x/ddc_vim@v4.1.0/deps.ts";
const { tagfiles } = fn;
Returns a List
with the file names used to search for tags
for the current buffer. This is the 'tags' option expanded.