summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Collapse)AuthorFilesLines
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky1-5/+6
2001-08-17make insert-tab really default to `true' (15653)Sven Wischnowsky1-1/+1
2001-08-1615638Sven Wischnowsky1-1/+2
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in ↵Sven Wischnowsky2-3/+12
_describe; fix for correction and _describe with grouped lists (15588)
2001-07-30(15526)Sven Wischnowsky1-0/+8
2001-07-27(15509)Sven Wischnowsky1-2/+3
2001-07-25Fix typo.Bart Schaefer1-1/+1
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky1-43/+47
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-3/+3
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-24/+16
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-19yet another followup to 15497; make _describe filter out non-matching ↵Sven Wischnowsky1-0/+43
strings before calling compdescribe, otherwise some matches will be hiddens (15415)
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky1-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)
2001-07-10(15357)Sven Wischnowsky1-2/+8
2001-06-21Fix handling of interrupt in two completion widgets.Bart Schaefer2-2/+3
2001-06-20Fix "insert-tab pending" zstyle.Bart Schaefer1-2/+2
2001-06-13fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky1-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)
2001-06-11(14841)Sven Wischnowsky1-1/+1
2001-06-06two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky1-74/+78
actions if we aren't after an option already (in the same word) (14733)
2001-06-01work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2-2/+2
2001-05-31fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky1-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)
2001-05-31(14602)Sven Wischnowsky1-0/+1
2001-05-31always use supplied matchers (14599)Sven Wischnowsky1-2/+2
2001-05-30some cleanup (14558)Sven Wischnowsky2-7/+0
2001-05-29spelling correctionsOliver Kiddle6-10/+10
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky9-18/+9
only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
2001-05-2814509: ZLS_COLOURS/ZLS_COLORS consistencyClint Adams1-1/+1
2001-05-21fix to include + options in tag order (14416)Oliver Kiddle1-1/+1
2001-05-15(14350)Sven Wischnowsky1-2/+25
2001-05-1414330: handle quotes better in _most_recent_filePeter Stephenson1-7/+9
2001-05-09insert redirection operators when expanding after one (14281)Oliver Kiddle1-11/+12
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky1-12/+15
_values add the value-separator as a suffix for most types of actions (14257)
2001-05-08empty description means: don't add a -X option (14252)Sven Wischnowsky1-2/+7
2001-05-02missing star in suffix-style test pattern (14197)Sven Wischnowsky1-1/+1
2001-04-30fixelt for the test for the suffix style; if word contains only a tilde, ↵Sven Wischnowsky1-1/+1
don't try to expand it (14160)
2001-04-27try to improve testing for suffix style in _expand; make _path_files fail to ↵Sven Wischnowsky1-1/+6
complete words like ...<pat>..<param-subst>... (14133)
2001-04-27Use trap for unfunction compadd in _approximate.Bart Schaefer1-4/+2
2001-04-2614117Sven Wischnowsky1-7/+8
2001-04-26new vnc completion and use _guard for pine completion (14112)Oliver Kiddle1-1/+1
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky2-13/+38
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
2001-04-26make keep-prefix keep everything up to the first component with a parameter ↵Sven Wischnowsky1-3/+9
expansion, not only if that is at the beginning of the string (14092)
2001-04-13add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle1-1/+1
2001-04-0513909: bad tilde files in some .distfilesClint Adams1-1/+0
2001-04-05complete only those single letter options with the right prefix character ↵Sven Wischnowsky1-0/+2
(13908)
2001-04-04add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky1-4/+17
that take an argument in the next word (13902)
2001-04-02new or changed after moveSven Wischnowsky4-0/+26
2001-04-02changed after moving functionsSven Wischnowsky1-6/+2
2001-04-02moved to Completion/Zsh/Command/_precommandSven Wischnowsky1-5/+0
2001-04-02moved to Completion/Zsh/Context/_valueSven Wischnowsky1-61/+0
2001-04-02moved to Completion/Zsh/Context/_tildeSven Wischnowsky1-30/+0
2001-04-02moved to Completion/Zsh/Context/_subscriptSven Wischnowsky1-62/+0