We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making a PR in pyvim to ignore files, but __pycache__/ wouldn't get passed through file_filter callback.
__pycache__/
https://github.com/jonathanslenders/python-prompt-toolkit/blob/c597adc/prompt_toolkit/contrib/completers/filesystem.py#L84
The text was updated successfully, but these errors were encountered:
Ignore file hook in path completion
2548dfe
See also: prompt-toolkit/python-prompt-toolkit#294
Filter file hook for path completer
6fe9856
See also: - prompt-toolkit#81 - prompt-toolkit/python-prompt-toolkit#294
Allow filtering of directories
5578bdc
Fixes prompt-toolkit#294
ef88f65
No branches or pull requests
Making a PR in pyvim to ignore files, but
__pycache__/
wouldn't get passed through file_filter callback.https://github.com/jonathanslenders/python-prompt-toolkit/blob/c597adc/prompt_toolkit/contrib/completers/filesystem.py#L84
The text was updated successfully, but these errors were encountered: