-
Notifications
You must be signed in to change notification settings - Fork 86
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
Clap files <dir> do not anymore work in 0.45 #987
Comments
Use |
Thanks, there is some documentation in clap-support.txt that needs to be updated then ;) |
Yeah, a bunch of docs are outdated, feel free to send a PR :P |
Ok after having tested again (and tried to find a way to debug, but there does not seems to be a way), it appears that |
Okay, I see, you need If you want to hack the codebase, the custom provider impls are under
|
Ok that's better with For now, in my example, if I have something like:
If I But now if I IMHO |
Created #992 as it's a different issue than the original one |
Since the update to vim-clap 0.45, the optional directory argument to
files
provider do not seems to work anymore and give the following message (for command:Clap files src
src being a directory under my getcwd()):Environment:
let g:clap_disable_run_rooter = 1
but I also tried withoutClap debug
The text was updated successfully, but these errors were encountered: