about summary refs log tree commit diff
path: root/Completion/Core/_main_complete
Commit message (Collapse)AuthorAgeFilesLines
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-12/+14
| | | | 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)
* better default value for list-prompt style (10923)Sven Wischnowsky2000-04-261-1/+1
|
* re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky2000-04-251-2/+2
| | | | consistent (10916)
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky2000-04-191-2/+3
| | | | variable-width strings (10816)
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-181-0/+10
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* keep _oldlist from using the dummy match inserted for warnings (10691)Sven Wischnowsky2000-04-121-3/+5
|
* missing initialisations, -W with multiple directories didn't wor (10571)Sven Wischnowsky2000-04-071-2/+2
|
* two small completion fixesSven Wischnowsky2000-04-051-1/+1
|
* default completer style contains _ignoredSven Wischnowsky2000-04-031-1/+1
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-31/+190
|
* Initial revisionTanaka Akira1999-04-151-0/+48