3
# Rudimentary zsh completion support for bzr.
5
# -S means there are no options after a -- and that argument is ignored
7
# To use this you must arrange for it to be in a directory that is on
8
# your $fpath, and also for compinit to be run. I don't understand
9
# how to get zsh to reload this file when it changes, other than by
12
# This is not very useful at the moment because it only completes on
13
# commands and breaks filename expansion for other arguments.
16
_arguments -S "1::bzr command:($(bzr help commands | grep -v '^ '))"