helix-mods/helix-term
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
..
src fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
tests fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs publish a source tarball with version and grammars (#1875) 2022-03-29 14:34:19 +09:00
Cargo.toml add test for ensuring the initial cursor on a newly opened file 2022-06-18 23:54:03 -04:00