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-plus/helix-term/tests/test
Skyler Hawthorne 83b6042b97 fix(write): do not set new path on document until write succeeds
If a document is written with a new path, currently, in the event that
the write fails, the document still gets its path changed. This fixes
it so that the path is not updated unless the write succeeds.
2 years ago
..
auto_indent.rs rename test helpers 2 years ago
auto_pairs.rs rename test helpers 2 years ago
commands.rs fix: buffer-close ensuring writes 2 years ago
helpers.rs factor new Application with file arg to function 2 years ago
movement.rs Fix append cursor location when selection anchor is at end of document (#4147) 2 years ago
prompt.rs fix: Recalculate completion when going through prompt history (#3193) 2 years ago
write.rs fix(write): do not set new path on document until write succeeds 2 years ago