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/tests/test
Mike Trinkala 9d73a0d112
Fix the infinite loop when copying the cursor to the top of the file (#5888)
Example:
```
test
testitem
```

Select line 2 with x, then type Alt-C; Helix will go into an infinite
loop. The saturating_sub keeps the head_row and anchor_row pinned at 0,
and a selection is never made since the first line is too short.
1 year ago
..
auto_indent.rs disable lsp in integration tests 1 year ago
auto_pairs.rs flush writes on force quit (#4397) 2 years ago
commands.rs Fix the infinite loop when copying the cursor to the top of the file (#5888) 1 year ago
helpers.rs Check for external file modifications when writing (#5805) 1 year ago
movement.rs flush writes on force quit (#4397) 2 years ago
prompt.rs flush writes on force quit (#4397) 2 years ago
splits.rs Fix transaction composition order in History::changes_since (#4981) 2 years ago
write.rs Check for external file modifications when writing (#5805) 1 year ago