Skip to content

Fix wildcard completion#110

Open
rqdmap wants to merge 1 commit intohrsh7th:mainfrom
rqdmap:main
Open

Fix wildcard completion#110
rqdmap wants to merge 1 commit intohrsh7th:mainfrom
rqdmap:main

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