feat(cscope)!: remove

This commit is contained in:
Lewis Russell
2022-10-08 15:48:07 +01:00
parent eb123b565e
commit 288208257c
39 changed files with 134 additions and 3253 deletions

View File

@@ -604,11 +604,6 @@ function M.goto_tag(pattern, _, _)
end
end
if vim.o.cscopetag then
-- return only a single entry so we work well with :cstag (#11675)
structured = { structured[1] }
end
return vim.tbl_map(function(entry)
return {
name = entry.name,