about summary refs log tree commit diff
path: root/Completion/Commands/_next_tags
Commit message (Collapse)AuthorAgeFilesLines
* Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer2001-02-281-1/+1
|
* simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky2000-10-191-2/+1
|
* Other places where `unsetopt cshnullglob' is needed.Bart Schaefer2000-10-061-2/+2
|
* quotingSven Wischnowsky2000-08-031-1/+1
|
* remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵Sven Wischnowsky2000-08-011-1/+1
| | | | for functions that redefine themselves
* setup options in bindable commands (11789)Sven Wischnowsky2000-06-071-0/+3
|
* use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2000-05-231-2/+2
|
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-111-71/+97
| | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
* fix for combining _next_tags and file-patternsSven Wischnowsky2000-04-051-2/+10
|
* make _next_tags be usable with menu-completionSven Wischnowsky2000-04-041-8/+20
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-32/+54
|
* Initial revisionTanaka Akira2000-03-131-0/+70