about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Collapse)AuthorAgeFilesLines
* 24239: _subscript added too many backslashesPeter Stephenson2007-12-131-1/+1
|
* 23783: use _path_commands.Clint Adams2007-08-195-10/+11
|
* 23485: feature completion and autoloadingPeter Stephenson2007-05-291-28/+50
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-283-4/+3
|
* 22972: limit autoload completion to functions not yet registered.Peter Stephenson2006-11-061-2/+5
|
* 22418: completion for GNU env.Clint Adams2006-04-131-1/+1
|
* users/1097: rehash style for external commandsPeter Stephenson2006-03-061-0/+2
|
* 21315: make completion functions give precendence to descriptions passed asOliver Kiddle2005-06-0812-19/+19
| | | | parameters and cleanup descriptons in calling functions
* 21306: add -s option to _disableDoug Kearns2005-06-081-3/+4
|
* 21302: make sure expl is declared local in completion functionsDoug Kearns2005-06-081-0/+2
|
* unposted: fix typo in _dirs opt descriptionDoug Kearns2005-06-071-1/+1
|
* Fix typos in some descriptions.Bart Schaefer2004-06-241-3/+3
|
* 20077: fix completion of reserved wordsOliver Kiddle2004-06-182-2/+2
|
* * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:Clint Adams2004-05-011-0/+8
| | | | | allow search path for command names to be overridden by means of new command-path style.
* * 19845: Completion/Debian/Command/_apt-move: apt-moveClint Adams2004-04-281-7/+7
| | | | completion function from Steven Kowalik.
* 19767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle2004-04-203-37/+48
| | | | completion system to be used with ksh_autoload set
* 19790: complete functions after -a and allow multiple -z/-k optionsOliver Kiddle2004-04-171-14/+17
|
* 19648: complete -t and -n optionsOliver Kiddle2004-03-171-10/+13
|
* 19387: add (-.) glob qualifier to globs where only files are directly applicableOliver Kiddle2004-01-212-2/+2
|
* 19364: new completions for aptitude, getent and catcgsegvOliver Kiddle2004-01-141-1/+1
|
* 19244: various completion function fixes and updatesOliver Kiddle2003-11-142-2/+2
|
* 19021: in command position, try to complete directories once and once onlyOliver Kiddle2003-09-031-2/+3
|
* 19019: only complete aliases of the appropriate type for the alias builtinOliver Kiddle2003-09-032-9/+13
|
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-035-2/+27
|
* 18839/18840: Completion for nicePeter Stephenson2003-07-091-1/+1
|
* 18631: returning too early breaks prefix-needed style set to falseOliver Kiddle2003-06-253-18/+24
|
* 18472: spelling correctionsOliver Kiddle2003-04-251-1/+1
|
* fix bug where 0 was not returned when adding a named directory as a matchOliver Kiddle2003-04-181-1/+1
|
* fix out-of-date documentation for -value- completion and move description ofOliver Kiddle2003-02-251-4/+4
| | | | special contexts from _complete's to #compdef's description
* 18242: add -d option to read for specifying delimiter to terminate inputOliver Kiddle2003-02-171-0/+1
|
* 18237: complete -t option to readOliver Kiddle2003-02-131-2/+3
|
* 18121: add new function for completing e-mail addressesOliver Kiddle2003-01-171-1/+4
|
* 18060: document zmv's -W option and add zmv completionOliver Kiddle2003-01-072-1/+19
|
* 17958: -u and -v options were missingOliver Kiddle2002-11-221-0/+2
|
* 17958: with new argument parsing, -k can be imediately followed by argOliver Kiddle2002-11-221-1/+1
|
* 17958: update print completion for new print options in 17940Oliver Kiddle2002-11-221-2/+4
|
* 17682: add support for -H and -p in typeset completionOliver Kiddle2002-09-161-31/+36
|
* 17573: complete new -s option to readOliver Kiddle2002-08-231-5/+6
|
* add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky2002-07-012-1/+4
| | | | an assignment (17387)
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-1/+2
|
* rename max-match-length style to max-matches-width (17213)Sven Wischnowsky2002-05-231-3/+3
|
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-141-0/+5
| | | | take up via the style currently named max-match-length (17147)
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-165-13/+13
|
* 16913: fix completion after compdef -a and correct typosOliver Kiddle2002-03-271-4/+5
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-151-1/+1
| | | | completion and add _pick_variant to resolve program variants in general
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-135-46/+59
| | | | sub-contexts both for function and style lookup (16819)
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-046-52/+54
| | | | compdef; use this for parameter values and redirections (16755)
* 16748: Fix infinite loop introduced by 16464.Bart Schaefer2002-03-011-1/+1
|
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-202-1/+9
|
* fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky2002-01-301-0/+2
| | | | without any matches to not report that there were no matches (16515)