-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework provider argument parsing in Rust (#982)
* Parse args for files provider on Rust end * Parse grep args on Rust end * Clean up files.vim and move initialization into files provider * Remove manual args parsing in vimscript and `apply_query` * Remove unused `clap#spinner#set_raw` * Remove outdated docs * Integrate ProviderArgs into Provider * docs * Display help when `-h, --help` is used * Remove deprecated flags * Update CHANGELOG.md * Update README.md * Fixes * Fixes * Store recent n files in FilesProvider * Remove raw_provider_args() Use provider_args() for simplicity * Delete PROVIDER.md Outdated anyway * TODO: Proper completion help * Update CHANGELOG.md
- Loading branch information
1 parent
8be95f8
commit 88b481a
Showing
24 changed files
with
319 additions
and
742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.