select_line function (Ctrl-L keybind by default) currently includes the trailing newline. Shouldn't it select only the "visible" line contents so after Ctrl-L and then Backspace/Delete there is no change in line count? Because now it basically replicates delete_line function and there is no effective way to rewrite current line without getting rid of the whole line first.
select_line function (Ctrl-L keybind by default) currently includes the trailing newline. Shouldn't it select only the "visible" line contents so after Ctrl-L and then Backspace/Delete there is no change in line count? Because now it basically replicates delete_line function and there is no effective way to rewrite current line without getting rid of the whole line first.