about summary refs log tree commit diff
path: root/Src/Zle/complete.c
Commit message (Collapse)AuthorAgeFilesLines
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-2/+6
|
* fix for parse error with left-anchored patterns (10963)Sven Wischnowsky2000-04-271-1/+1
|
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-7/+7
| | | | MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-1/+21
|
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-5/+6
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-195/+241
|
* Initial revisionTanaka Akira1999-10-261-0/+1332