summaryrefslogtreecommitdiff
path: root/src/completion.ml
AgeCommit message (Collapse)Author
2026-02-24T8313: add copy and rename to completion op variantJohn Estabrook
2026-02-24T8312: add edit to completion op variantJohn Estabrook
2026-01-14T8164: add completion help hints to get_completion_envJohn Estabrook
2026-01-08Merge pull request #62 from jestabro/misplaced-check-in-completion-envDaniil Baturin
T8156: fix misplaced check for Nonexistent_path in get completion env
2026-01-07T8157: add missed case of vyconf completion, in the absence of valueHelpJohn Estabrook
This is the analogue of the case for cli-shell-api: if the XML element valueHelp does not exist, use the element help.
2026-01-06T8156: fix misplaced check for Nonexistent_path in get completion envJohn Estabrook
2025-12-17T8061: add function get_completion_envJohn Estabrook