Skip to content
New issue

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

Fix wildcard completion #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix wildcard completion #110

wants to merge 1 commit into from

Conversation

rqdmap
Copy link

@rqdmap rqdmap commented Mar 20, 2024

Fix #91

@liskin
Copy link

liskin commented Sep 1, 2024

This fixes wildcard completion and also expansion of % and the like, but it breaks many other usecases. Try completing :echo & or :lua vim.treesitter.get_. It'll drop parts of the command line that shouldn't be dropped.

For an in-depth explanation of what a proper fix might look like, see #83 (comment)

liskin added a commit to liskin/dotfiles that referenced this pull request Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wildcard not substituted properly when using regex in :find command
2 participants