about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Collapse)AuthorAgeFilesLines
* 26022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinksOliver Kiddle2008-11-101-2/+2
|
* add completion of globbing flagsOliver Kiddle2008-11-103-3/+37
|
* unposted: add _tcpsysPeter Stephenson2008-10-301-0/+49
|
* unposted: belatedly sort out some distfilesPeter Stephenson2008-10-291-7/+45
|
* unposted: off-by-one error looking for dynamic directory name in completionPeter Stephenson2008-10-021-1/+1
|
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-301-2/+3
| | | | unposted: recognise ~[ in completion after : and =
* 25733: stub function for dynamic directory name completionPeter Stephenson2008-09-293-1/+18
|
* Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599:Peter Stephenson2008-09-031-1/+1
| | | | auto-remove automatically added = in alias completion
* 25553: add aoss to compdef line.Clint Adams2008-08-301-1/+1
|
* Alexey I. Froloff: 25459: add list-dirs-first style.Peter Stephenson2008-08-211-0/+1
| | | | Also doc.
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-111-2/+2
|
* zcalc completion idiosyncracies with :!Peter Stephenson2008-06-131-8/+6
|
* improved zcalc escapes and completionPeter Stephenson2008-06-132-4/+98
|
* 25132: zstyle completion updatesPeter Stephenson2008-06-031-53/+96
|
* 25131: typo with b:zstat loading zstatPeter Stephenson2008-06-031-1/+1
|
* 24806: more assoc subscript completion + typosPeter Stephenson2008-04-091-1/+1
|
* 24804: fix quoting of assoc array subscripts in completionPeter Stephenson2008-04-091-2/+4
|
* 24775: improve _cd option handlingPeter Stephenson2008-03-281-4/+29
|
* unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson2008-03-151-4/+19
|
* 24588: tweak glob qualifier completionPeter Stephenson2008-02-232-14/+9
| | | | 24590: turn down error reporting when unquoting
* 24585: completion for glob qualifiers plusPeter Stephenson2008-02-234-0/+357
| | | | bug fix for _alternative
* 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