summaryrefslogtreecommitdiffstats
path: root/misc/zsh-completion
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong description of script installationKonstantin Kharlamov2018-09-281-1/+1
| | | The described way of installation makes zsh fail with `_arguments:comparguments:325: can only be called from completion function`. Per [zsh documentation](https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org#telling-zsh-which-function-to-use-for-completing-a-command) the correct way is to use `$fpath`.
* Make zsh completion use explicitly specified ninja filesMathias Stearn2017-05-181-1/+6
|
* Teach zsh to complete intermediary targets.Nicolas Despres2015-12-241-3/+2
| | | | | | | | Bash completion script uses "-t targets all" to list the target which is faster than "-t targets" and reports intermediary targets (see the manual entry for the 'targets' tool). See commit fc135c45.
* Speed up zsh target completionBen Falconer2015-10-301-2/+1
|
* zsh-completion: remove use of 'head' with negative offsetFraser Cormack2014-12-201-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 -CFraser Cormack2014-10-241-1/+8
| | | | | zsh can now list completions for targets in the directory specified by the -C option
* improve zsh completionRonny Chevalier2014-05-041-3/+44
|
* Adding tab-completion function for zsh.Scott Franklin2011-06-231-0/+21