term/editor: Implement `exists` for Windows
1 failed
(1 total)
View logs
modified crates/radicle-term/src/editor.rs
@@ -227,16 +227,31 @@ fn default_editor() -> Option<OsString> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -248,3 +263,17 @@ fn exists(cmd: &str) -> bool {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |