about summary refs log tree commit diff
path: root/Completion/Core/_main_complete
Commit message (Expand)AuthorAgeFilesLines
* fix a bug that started menu selection too often; fix bug for `yes=long' and d...Sven Wischnowsky2000-07-271-1/+3
* don't hide possible completions if there is only one and at the same time mes...Sven Wischnowsky2000-07-271-1/+1
* fix for _arguments with single-letter options: recognize option-strings with ...Sven Wischnowsky2000-07-131-1/+3
* don't start menu selection with only select=long (12226)Sven Wischnowsky2000-07-121-10/+16
* change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky2000-07-031-16/+10
* reverse meaning of yes=num again (12122)Sven Wischnowsky2000-06-291-25/+23
* even more fun with the menu style (no=num, yes=long-list, reverse meaning of ...Sven Wischnowsky2000-06-291-9/+28
* reset _comp_mesg (saying whether there were messages) appropriately (12105)Sven Wischnowsky2000-06-281-0/+1
* menu style accepts yes=x to start menu completion if there are at least x mat...Sven Wischnowsky2000-06-271-21/+29
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-221-2/+6
* 11966: double brackets around comparison to prevent 'command not found: no'Clint Adams2000-06-181-1/+1
* allow insert-tab to contain `pending[=num]' to handle the case when there is ...Sven Wischnowsky2000-06-131-3/+13
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-3/+3
* another fix for `select=long*' in menu style (11500)Sven Wischnowsky2000-05-221-1/+2
* fix for select-long-list in menu style (11497)Sven Wischnowsky2000-05-221-4/+4
* fix for clines in suffix (11496)Sven Wischnowsky2000-05-221-1/+1
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-1/+1
* 11469: Locally unset the errexit option and ZERR trap.Bart Schaefer2000-05-191-0/+3
* allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky2000-05-181-4/+20
* fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2000-05-171-5/+7
* fixed configuration of menu-selection with menu style; pseudo-context `-comma...Sven Wischnowsky2000-05-161-3/+7
* add _in_vared for completion inside vared; make insert-tab default to `false'...Sven Wischnowsky2000-05-151-2/+4
* make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky2000-05-111-5/+15
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-101-0/+1
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-091-0/+6
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-8/+8
* make _message independent of when it is called (11188)Sven Wischnowsky2000-05-051-1/+4
* don't list when all matches look the same; force-list style to give users con...Sven Wischnowsky2000-05-041-0/+7
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky2000-04-271-12/+14
* 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
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...Sven Wischnowsky2000-04-191-2/+3
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...Sven Wischnowsky2000-04-181-0/+10
* 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