helix/helix-term
Daniel S Poulin bdbf423876
Minor cleanup of file picker file gathering logic (#1683)
* Refactor file picker filetype filter logic to remove panic, make clearer

An unwrap was unneccesarily present due to a prior contribution of mine
which was before I had any understanding of error handling in Rust. I've
also swapped a match for an if let, as was originally suggested in the
original pull request adding filetype filtering, but was merged before I
could address.

* Add some comments to the file picker code for clarity

* Switch to expect instead of ignoring type def error
2022-03-01 10:16:25 +09:00
..
src Minor cleanup of file picker file gathering logic (#1683) 2022-03-01 10:16:25 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs filter git revision on git command success exit code (#1674) 2022-02-18 13:05:12 +09:00
Cargo.toml Merge remote-tracking branch 'origin/master' into debug 2022-02-13 18:31:51 +09:00