cp.nvim/plugin
Barrett Ruth 4381b9f861 fix(completion): deduplicate pick and cache in second-arg candidates
Problem: `pick` and `cache` were inserted unconditionally into the
candidate list, then inserted again via `vim.list_extend(candidates, actions)`
when a contest was active, producing duplicates in the completion menu.

Solution: filter `pick` and `cache` out of the `actions` extend since
they are already present in the always-visible candidate set.
2026-03-05 18:23:50 -05:00
..
cp.lua fix(completion): deduplicate pick and cache in second-arg candidates 2026-03-05 18:23:50 -05:00