helix-mods/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
2022-06-18 23:57:47 -04:00
..
auto_indent.rs rename test helpers 2022-06-18 23:57:47 -04:00
auto_pairs.rs rename test helpers 2022-06-18 23:57:47 -04:00
commands.rs fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
helpers.rs add test for write-quit happy path 2022-06-18 23:57:47 -04:00
movement.rs rename test helpers 2022-06-18 23:57:47 -04:00
write.rs add test for write-quit happy path 2022-06-18 23:57:47 -04:00