helix-mods/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.
2023-02-09 23:28:33 +09:00
..
auto_indent.rs disable lsp in integration tests 2023-02-02 14:53:18 -05:00
auto_pairs.rs flush writes on force quit (#4397) 2022-10-21 13:28:29 +09:00
commands.rs Fix the infinite loop when copying the cursor to the top of the file (#5888) 2023-02-09 23:28:33 +09:00
helpers.rs Check for external file modifications when writing (#5805) 2023-02-08 10:09:19 -06:00
movement.rs flush writes on force quit (#4397) 2022-10-21 13:28:29 +09:00
prompt.rs flush writes on force quit (#4397) 2022-10-21 13:28:29 +09:00
splits.rs Fix transaction composition order in History::changes_since (#4981) 2022-12-03 12:09:08 +09:00
write.rs Check for external file modifications when writing (#5805) 2023-02-08 10:09:19 -06:00