summaryrefslogtreecommitdiff
path: root/test/compose/line-completion/cmd
AgeCommit message (Collapse)Author
2021-04-18Restore previous line-compose testMaxime Coste
2021-04-11fix line completion with prefixTw
There's a bug in current line completion, fix it. Signed-off-by: Tw <tw19881113@gmail.com>
2020-11-20Ignore indent when completing linesAndrew Vos
When doing line completion, we previously used to not complete the line if it had different indent to the potential completion. This commit changes the behaviour to ignore indentation when completing lines.