There's a bug in current line completion, fix it. Signed-off-by: Tw <tw19881113@gmail.com>
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.