about summary refs log tree commit diff
path: root/Completion/Base/Utility
Commit message (Collapse)AuthorAgeFilesLines
...
* make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky2001-07-251-24/+16
| | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
* yet another followup to 15497; make _describe filter out non-matching ↵Sven Wischnowsky2001-07-191-0/+43
| | | | strings before calling compdescribe, otherwise some matches will be hiddens (15415)
* add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky2001-07-181-4/+10
| | | | have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
* fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky2001-06-131-8/+4
| | | | argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)
* (14841)Sven Wischnowsky2001-06-111-1/+1
|
* two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky2001-06-061-74/+78
| | | | actions if we aren't after an option already (in the same word) (14733)
* work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2001-06-012-2/+2
|
* fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky2001-05-311-3/+5
| | | | an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
* (14602)Sven Wischnowsky2001-05-311-0/+1
|
* always use supplied matchers (14599)Sven Wischnowsky2001-05-311-2/+2
|
* spelling correctionsOliver Kiddle2001-05-293-7/+7
|
* add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky2001-05-081-12/+15
| | | | _values add the value-separator as a suffix for most types of actions (14257)
* 14117Sven Wischnowsky2001-04-261-7/+8
|
* new vnc completion and use _guard for pine completion (14112)Oliver Kiddle2001-04-261-1/+1
|
* rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky2001-04-262-13/+38
| | | | options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
* add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle2001-04-131-1/+1
|
* complete only those single letter options with the right prefix character ↵Sven Wischnowsky2001-04-051-0/+2
| | | | (13908)
* add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky2001-04-041-4/+17
| | | | that take an argument in the next word (13902)
* new or changed after moveSven Wischnowsky2001-04-021-0/+8
|
* moved from Completion/Core/_callSven Wischnowsky2001-04-021-0/+13
|
* moved from Completion/Core/_funcallSven Wischnowsky2001-04-021-0/+32
|
* moved from Completion/Core/_sep_partsSven Wischnowsky2001-04-021-0/+163
|
* moved from Completion/Core/_multi_partsSven Wischnowsky2001-04-021-0/+254
|
* moved from Completion/Core/_alternativeSven Wischnowsky2001-04-021-0/+82
|
* moved from Completion/Builtins/_nothingSven Wischnowsky2001-04-021-0/+3
|
* moved from Completion/Base/_valuesSven Wischnowsky2001-04-021-0/+158
|
* moved from Completion/Base/_sub_commandsSven Wischnowsky2001-04-021-0/+9
|
* moved from Completion/Base/_store_cacheSven Wischnowsky2001-04-021-0/+36
|
* moved from Completion/Base/_retrieve_cacheSven Wischnowsky2001-04-021-0/+31
|
* moved from Completion/Base/_regex_argumentsSven Wischnowsky2001-04-021-0/+93
|
* moved from Completion/Base/_describeSven Wischnowsky2001-04-021-0/+62
|
* moved from Completion/Core/_compalsoSven Wischnowsky2001-04-021-0/+17
|
* moved from Completion/Base/_combinationSven Wischnowsky2001-04-021-0/+94
|
* moved from Completion/Base/_cache_invalidSven Wischnowsky2001-04-021-0/+21
|
* moved from Completion/Base/_argumentsSven Wischnowsky2001-04-021-0/+409
|
* moved from Completion/Base/_arg_compileSven Wischnowsky2001-04-021-0/+199