summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Expand)AuthorFilesLines
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 o...Sven Wischnowsky9-18/+9
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
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, don'...Sven Wischnowsky1-1/+1
2001-04-27try to improve testing for suffix style in _expand; make _path_files fail to ...Sven Wischnowsky1-1/+6
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 opt...Sven Wischnowsky2-13/+38
2001-04-26make keep-prefix keep everything up to the first component with a parameter e...Sven Wischnowsky1-3/+9
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 (13...Sven Wischnowsky1-0/+2
2001-04-04add -W option to _arguments, which allows to complete options after options t...Sven Wischnowsky1-4/+17
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
2001-04-02moved to Completion/Zsh/Context/_redirectSven Wischnowsky1-3/+0
2001-04-02moved to Completion/Zsh/Context/_parameterSven Wischnowsky1-3/+0
2001-04-02moved to Completion/Zsh/Context/_mathSven Wischnowsky1-12/+0
2001-04-02moved to Completion/Zsh/Context/_in_varedSven Wischnowsky1-35/+0
2001-04-02moved to Completion/Zsh/Context/_firstSven Wischnowsky1-47/+0
2001-04-02moved to Completion/Zsh/Context/_equalSven Wischnowsky1-9/+0
2001-04-02moved to Completion/Zsh/Context/_defaultSven Wischnowsky1-27/+0
2001-04-02moved to Completion/Zsh/Context/_conditionSven Wischnowsky1-55/+0
2001-04-02moved to Completion/Zsh/Context/_brace_parameterSven Wischnowsky1-3/+0
2001-04-02moved to Completion/Zsh/Type/_jobsSven Wischnowsky1-83/+0
2001-04-02moved to Completion/Zsh/Type/_command_namesSven Wischnowsky1-31/+0
2001-04-02moved from Completion/Commands/_read_compSven Wischnowsky1-0/+151
2001-04-02moved from Completion/Commands/_next_tagsSven Wischnowsky1-0/+140
2001-04-02moved from Completion/Commands/_most_recent_fileSven Wischnowsky1-0/+22
2001-04-02moved from Completion/Commands/_history_complete_wordSven Wischnowsky1-0/+121
2001-04-02moved from Completion/Commands/_genericSven Wischnowsky1-0/+11
2001-04-02moved from Completion/Commands/_expand_wordSven Wischnowsky1-0/+15
2001-04-02moved from Completion/Commands/_correct_wordSven Wischnowsky1-0/+20
2001-04-02moved from Completion/Commands/_correct_filenameSven Wischnowsky1-0/+72
2001-04-02moved from Completion/Commands/_complete_tagSven Wischnowsky1-0/+57