helix/helix-term/tests/test/commands
Michael Davis 702a961517
Fix `try_restore_indent` on non-LF documents
On Windows for example the behavior of this function typically diverges
from the usual behavior on Unix. Instead of checking that the inserted
string starts with `'\n'` (untrue for for CRLF line endings) we need to
check that the first grapheme cluster in the string is a line ending.
(All line endings are single grapheme clusters.)
2025-05-24 11:42:29 -04:00
..
insert.rs Fix `try_restore_indent` on non-LF documents 2025-05-24 11:42:29 -04:00
movement.rs fix match bracket matching (#10777) 2024-05-16 13:50:01 -05:00
write.rs minor: Fix native line-ending handling in trimming integration tests 2025-03-10 11:09:46 -04:00