about summary refs log tree commit diff
path: root/Completion/Unix/Command/_rake
Commit message (Collapse)AuthorAgeFilesLines
* 51340: update _rake for version 13Shohei YOSHIDA2023-05-111-3/+14
|
* users/26649: add zstyle for rake targets without descriptionJörg Sommer2021-05-171-1/+3
| | | | | | | `rake -T` shows only these targets having a description. But it might be useful to see all. Allow this with the zsytle setting: zstyle :completion::complete:rake:argument-rest:targets extended true
* 40808: fix typos where (x,y) should have been (x y) in _arguments syntaxFabian Klotzl2017-03-091-1/+1
|
* 26361: update rake completion for version 0.8.3Doug Kearns2009-01-191-4/+10
|
* 22588: handle targets with colons in their names.Clint Adams2006-08-071-1/+1
|
* unposted: update rake completion for version 0.6.0Doug Kearns2005-09-141-1/+2
|
* unposted: declare expl local in _rakeDoug Kearns2005-07-261-1/+1
|
* unposted: add -s option to _arguments call in _rakeDoug Kearns2005-07-201-1/+1
|
* 21446 (modified): improve target completion for rakeDoug Kearns2005-07-121-11/+11
|
* 21443: new completion for rakeDoug Kearns2005-07-111-0/+42