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/helix-term
Cyrill Schenkel 5b8bfc5476
Prevent `shell_keep_pipe` from stopping on nonzero exit status code (#9817)
The `shell_impl` and `shell_impl_async` functions no longer return
`success` because it was always `true`. If the command didn't succeed
both functions would return an `Err`.

This was also the reason, why `shell_keep_pipe` didn't work. It relied
upon the value of `success` and aborted in case of an `Err`.
It now removes any selection for which `shell_impl` returns `Err`.

If the command always fails, the selections are preserved and an error
message is displayed in the status bar.
3 months ago
..
src Prevent `shell_keep_pipe` from stopping on nonzero exit status code (#9817) 3 months ago
tests Fix panic in surround_replace/delete nested multi-cursor (#9815) 4 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump open from 5.0.1 to 5.1.2 (#9854) 4 months ago
build.rs Add icon to Windows executable (#9104) 5 months ago