-
Notifications
You must be signed in to change notification settings - Fork 52
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
Date tab completion not working in zsh #185
Comments
I have tab completion working properly in TaskWarrior, and as far as I can tell, it does not handle tab completion of dates. This does not complete for me: Also |
I find it odd that it doesn't work for you, for me it does complete flawlessly and I didn't set any special option; I'm using version 2.5.1. |
I've reviewed https://github.com/GothenburgBitFactory/taskwarrior/blob/2.6.0/scripts/bash/task.sh, which provides the stock tab completion, and I see nothing in there that deals with completing due dates. I'm also running 2.5.1. Are you sure you don't have some kind of plugin installed? Also, which version of VIT does your report apply to? We might consider adding this in 2.x, especially if somebody submits a pull request. |
I am running VIT 2.0.0a1 |
Well nobody has volunteered to add it. Are you raising your hand? ;) |
I suggest this issue having "in zsh" appended to more accurately describe it. |
When inserting a due date, the parameter cannot be tab completed as it is in taskwarrior.
Expected behaviour:
Inserting "due:tom TAB" completes tom in tomorrow
Actual behaviour:
Nothing happens
This doesn't work with all other date parameters as well.
The text was updated successfully, but these errors were encountered: