about summary refs log tree commit diff
path: root/Completion/Base
Commit message (Collapse)AuthorAgeFilesLines
...
* (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)
* add completion for common MUAs and a couple of minor fixes (13982)Oliver Kiddle2001-04-131-1/+1
|
* 13909: bad tilde files in some .distfilesClint Adams2001-04-051-1/+0
|
* 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-024-0/+26
|
* changed after moving functionsSven Wischnowsky2001-04-021-6/+2
|
* moved to Completion/Zsh/Command/_precommandSven Wischnowsky2001-04-021-5/+0
|
* moved to Completion/Zsh/Context/_valueSven Wischnowsky2001-04-021-61/+0
|
* moved to Completion/Zsh/Context/_tildeSven Wischnowsky2001-04-021-30/+0
|
* moved to Completion/Zsh/Context/_subscriptSven Wischnowsky2001-04-021-62/+0
|
* moved to Completion/Zsh/Context/_redirectSven Wischnowsky2001-04-021-3/+0
|
* moved to Completion/Zsh/Context/_parameterSven Wischnowsky2001-04-021-3/+0
|
* moved to Completion/Zsh/Context/_mathSven Wischnowsky2001-04-021-12/+0
|
* moved to Completion/Zsh/Context/_in_varedSven Wischnowsky2001-04-021-35/+0
|
* moved to Completion/Zsh/Context/_firstSven Wischnowsky2001-04-021-47/+0
|
* moved to Completion/Zsh/Context/_equalSven Wischnowsky2001-04-021-9/+0
|
* moved to Completion/Zsh/Context/_defaultSven Wischnowsky2001-04-021-27/+0
|
* moved to Completion/Zsh/Context/_conditionSven Wischnowsky2001-04-021-55/+0
|
* moved to Completion/Zsh/Context/_brace_parameterSven Wischnowsky2001-04-021-3/+0
|
* moved to Completion/Zsh/Type/_jobsSven Wischnowsky2001-04-021-83/+0
|
* moved to Completion/Zsh/Type/_command_namesSven Wischnowsky2001-04-021-31/+0
|
* moved from Completion/Commands/_read_compSven Wischnowsky2001-04-021-0/+151
|
* moved from Completion/Commands/_next_tagsSven Wischnowsky2001-04-021-0/+140
|
* moved from Completion/Commands/_most_recent_fileSven Wischnowsky2001-04-021-0/+22
|
* moved from Completion/Commands/_history_complete_wordSven Wischnowsky2001-04-021-0/+121
|
* moved from Completion/Commands/_genericSven Wischnowsky2001-04-021-0/+11
|
* moved from Completion/Commands/_expand_wordSven Wischnowsky2001-04-021-0/+15
|
* moved from Completion/Commands/_correct_wordSven Wischnowsky2001-04-021-0/+20
|
* moved from Completion/Commands/_correct_filenameSven Wischnowsky2001-04-021-0/+72
|
* moved from Completion/Commands/_complete_tagSven Wischnowsky2001-04-021-0/+57
|