summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Collapse)AuthorFilesLines
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
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
2001-04-02moved from Completion/Commands/_complete_helpSven Wischnowsky1-0/+92
2001-04-02moved from Completion/Commands/_complete_debugSven Wischnowsky1-0/+27
2001-04-02moved from Completion/Commands/_bash_completionsSven Wischnowsky1-0/+46
2001-04-02moved from Completion/Core/_callSven Wischnowsky1-0/+13
2001-04-02moved from Completion/Core/_funcallSven Wischnowsky1-0/+32
2001-04-02moved from Completion/Core/_sep_partsSven Wischnowsky1-0/+163
2001-04-02moved from Completion/Core/_multi_partsSven Wischnowsky1-0/+254
2001-04-02moved from Completion/Core/_alternativeSven Wischnowsky1-0/+82
2001-04-02moved from Completion/Builtins/_nothingSven Wischnowsky1-0/+3
2001-04-02moved from Completion/Base/_valuesSven Wischnowsky1-0/+158
2001-04-02moved to Completion/Base/Utility/_valuesSven Wischnowsky1-158/+0
2001-04-02moved from Completion/Base/_sub_commandsSven Wischnowsky1-0/+9
2001-04-02moved to Completion/Base/Utility/_sub_commandsSven Wischnowsky1-9/+0
2001-04-02moved from Completion/Base/_store_cacheSven Wischnowsky1-0/+36
2001-04-02moved to Completion/Base/Utility/_store_cacheSven Wischnowsky1-36/+0
2001-04-02moved from Completion/Base/_retrieve_cacheSven Wischnowsky1-0/+31