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 41bf1d5811 fix(command): write-quit: do not quit if write fails
During write-quit, if the file fails to be written for any reason, helix
will still quit without saving the changes. This fixes this behavior by
introducing fallibility to the asynchronous job queues. This will also
benefit all contexts which may depend on these job queues.

Fixes #1575
2 years ago
..
auto_indent.rs rename test helpers 2 years ago
auto_pairs.rs rename test helpers 2 years ago
commands.rs fix(command): write-quit: do not quit if write fails 2 years ago
helpers.rs add test for write-quit happy path 2 years ago
movement.rs rename test helpers 2 years ago
write.rs add test for write-quit happy path 2 years ago