Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[BUG] Writing `./gradlew ` and pressing Tab prints "gradlew: command not found"



This happens because on line 80 of _gradle, it tries to call $service,
which is at that point equal to `gradlew`, without the leading `./`.

Should _gradle perhaps be calling $_comp_command1 for this, instead of $service?




Messages sorted by: Reverse Date, Date, Thread, Author