Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up zsh target completion | Ben Falconer | 2015-10-30 | 1 | -2/+1 |
| | |||||
* | zsh-completion: remove use of 'head' with negative offset | Fraser Cormack | 2014-12-20 | 1 | -1/+1 |
| | | | | | | | | | | Some systems - like OSX - don't come with a version of head that supports a negative value for the -n flag. Such systems get a message such as this when tab-completing ninja's -d flag: ninja -dhead: illegal line count -- -1 Using sed instead should be more universally supported. | ||||
* | Add zsh completion for targets in conjunction with -C | Fraser Cormack | 2014-10-24 | 1 | -1/+8 |
| | | | | | zsh can now list completions for targets in the directory specified by the -C option | ||||
* | improve zsh completion | Ronny Chevalier | 2014-05-04 | 1 | -3/+44 |
| | |||||
* | Adding tab-completion function for zsh. | Scott Franklin | 2011-06-23 | 1 | -0/+21 |