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

Respect wildignore when completing files #107

Open
gi1242 opened this issue Dec 13, 2023 · 0 comments
Open

Respect wildignore when completing files #107

gi1242 opened this issue Dec 13, 2023 · 0 comments

Comments

@gi1242
Copy link

gi1242 commented Dec 13, 2023

Hi There,

On some commands (e.g. :e) it looks like cmp_cmdline completes files without respecting wildignore. If the trigger characters . or / are pressed, then the completion is provided by cmp_path.

I just patched cmp_path so that it respects wildignore. I was trying to do the same for cmp_cmdline, but couldn't figure out where the filenames are generated.

Any pointers?

Thanks

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

No branches or pull requests

1 participant