about summary refs log tree commit diff
path: root/Completion/Base
Commit message (Collapse)AuthorAgeFilesLines
...
* fix test for prefix-needed (16667)Sven Wischnowsky2002-02-181-3/+2
|
* add -x option (to be passed on to compadd) to _description and friends; make ↵Sven Wischnowsky2002-02-126-48/+34
| | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609)
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-227-7/+33
| | | | implementation of compadd -x) (16483)
* allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky2002-01-213-10/+16
| | | | strings are eval'uated, so this should be powerful enough) (16472)
* use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle2002-01-171-2/+3
|
* 16461: a number of minor completion function updatesOliver Kiddle2002-01-161-1/+1
|
* fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky2002-01-071-2/+2
| | | | command names instead of pids (16406)
* 16398: updated zstyle completion and related cleanupOliver Kiddle2002-01-041-7/+0
|
* 16397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle2002-01-031-21/+16
|
* fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵Sven Wischnowsky2001-10-191-2/+10
| | | | after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-201-5/+6
|
* make insert-tab really default to `true' (15653)Sven Wischnowsky2001-08-171-1/+1
|
* 15638Sven Wischnowsky2001-08-161-1/+2
|
* make _dd not use already used specs; fix for selecting stuff to complete in ↵Sven Wischnowsky2001-08-072-3/+12
| | | | _describe; fix for correction and _describe with grouped lists (15588)
* (15526)Sven Wischnowsky2001-07-301-0/+8
|
* (15509)Sven Wischnowsky2001-07-271-2/+3
|
* Fix typo.Bart Schaefer2001-07-251-1/+1
|
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-251-43/+47
|
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-251-3/+3
|
* 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)
* (15357)Sven Wischnowsky2001-07-101-2/+8
|
* Fix handling of interrupt in two completion widgets.Bart Schaefer2001-06-212-2/+3
|
* Fix "insert-tab pending" zstyle.Bart Schaefer2001-06-201-2/+2
|
* 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
|
* some cleanup (14558)Sven Wischnowsky2001-05-302-7/+0
|
* spelling correctionsOliver Kiddle2001-05-296-10/+10
|
* use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky2001-05-299-18/+9
| | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
* 14509: ZLS_COLOURS/ZLS_COLORS consistencyClint Adams2001-05-281-1/+1
|
* fix to include + options in tag order (14416)Oliver Kiddle2001-05-211-1/+1
|
* (14350)Sven Wischnowsky2001-05-151-2/+25
|
* 14330: handle quotes better in _most_recent_filePeter Stephenson2001-05-141-7/+9
|
* insert redirection operators when expanding after one (14281)Oliver Kiddle2001-05-091-11/+12
|
* 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)
* empty description means: don't add a -X option (14252)Sven Wischnowsky2001-05-081-2/+7
|
* missing star in suffix-style test pattern (14197)Sven Wischnowsky2001-05-021-1/+1
|
* fixelt for the test for the suffix style; if word contains only a tilde, ↵Sven Wischnowsky2001-04-301-1/+1
| | | | don't try to expand it (14160)
* try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky2001-04-271-1/+6
| | | | complete words like ...<pat>..<param-subst>... (14133)
* Use trap for unfunction compadd in _approximate.Bart Schaefer2001-04-271-4/+2
|
* 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)
* make keep-prefix keep everything up to the first component with a parameter ↵Sven Wischnowsky2001-04-261-3/+9
| | | | expansion, not only if that is at the beginning of the string (14092)