/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

More flexible handling of fixed word lists.

Now a command (like help) which accepts a known fixed set of non-option
arguments can simply set the bash variable fixedWords and have them
expanded.  All other commands fall back to default expansion unless the
current word starts with a '-'.

This avoids our need for the extglob shopt.  It also allows us to add more
such fixed wordlist commands in the future.  There might be a slight
performance impact as the case distinction is now executed even for the
completion of non-option arguments, but that shouldn't be noticable.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzrignore 0.27.16 15 years ago Martin von Gagern Added distutils setup script and plugin meta data. 18 bytes Diff Download File
__init__.py 0.27.16 15 years ago Martin von Gagern Added distutils setup script and plugin meta data. 1.9 KB Diff Download File
bashcomp.py 0.27.20 15 years ago Martin von Gagern More flexible handling of fixed word lists. Now a 6.3 KB Diff Download File
COPYING.txt 0.27.14 15 years ago Martin von Gagern Added GPL 2 license document and copyright notice. 17.5 KB Diff Download File
meta.py 0.27.16 15 years ago Martin von Gagern Added distutils setup script and plugin meta data. 1.5 KB Diff Download File
README.txt 0.27.16 15 years ago Martin von Gagern Added distutils setup script and plugin meta data. 3.6 KB Diff Download File
File setup.py 0.27.16 15 years ago Martin von Gagern Added distutils setup script and plugin meta data. 2.2 KB Diff Download File