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.
helix/helix-term
Skyler Hawthorne 58ea193054 Allow explicit newlines in test DSL
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.
1 year ago
..
src Fix highlighting in picker with multiple columns (#6333) 1 year ago
tests Allow explicit newlines in test DSL 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump indoc from 2.0.0 to 2.0.1 (#6302) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago