mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58ea193054
The current test DSL currently has no way to express being at the end of a line, save for putting an explicit LF or CRLF inside the `#[|]#`. The problem with this approach is that it can add unintended extra new lines if used in conjunction with raw strings, which insert newlines for you. This is a simple attempt to mitigate this problem. If there is an explicit newline character at the end of the selection, and then it is immediately followed by the same newline character at the right end of the selection, this following newline is removed. This way, one can express a cursor at the end of a line explicitly. |
2 years ago | |
---|---|---|
.. | ||
commands | 2 years ago | |
auto_indent.rs | 2 years ago | |
auto_pairs.rs | 2 years ago | |
commands.rs | 2 years ago | |
helpers.rs | 2 years ago | |
movement.rs | 2 years ago | |
prompt.rs | 2 years ago | |
splits.rs | 2 years ago |