Grace Petryk
Grace Petryk
There are a few types in `collection.abc` that subclass protocols but are not protocols themselves. For example `Sequence` is a subclass of `Collection` and `Reversible`. It expects subclasses to implement...
Addresses #3119. Filter methods have all been normalized to accept a single `path` variable so that they may be easily called during a call to `custom`. Results are cached based...
When using the git_clean and no_buffer filters together, I think it would be more useful to show files that are either dirty or open in a buffer. The current behavior...
### Did you check docs and existing issues? - [x] I have read all the plugin docs - [x] I have searched the existing issues - [x] I have searched...