1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 06:00:54 +01:00
Commit graph

226 commits

Author SHA1 Message Date
Peter Stephenson
24dc4bec07 unposted: add _tcpsys 2008-10-30 10:10:59 +00:00
Peter Stephenson
ef0a55efe2 unposted: belatedly sort out some distfiles 2008-10-29 10:28:14 +00:00
Peter Stephenson
895222b813 unposted: off-by-one error looking for dynamic directory name in completion 2008-10-02 15:46:25 +00:00
Peter Stephenson
7e9f42526d 25777: argument to gdbmsetfn()
unposted: recognise ~[ in completion after : and =
2008-09-30 08:59:11 +00:00
Peter Stephenson
773800e0de 25733: stub function for dynamic directory name completion 2008-09-29 17:40:54 +00:00
Peter Stephenson
61864a802f Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599:
auto-remove automatically added = in alias completion
2008-09-03 09:16:54 +00:00
Clint Adams
9991558496 25553: add aoss to compdef line. 2008-08-30 11:49:17 +00:00
Peter Stephenson
c0e501d8a5 Alexey I. Froloff: 25459: add list-dirs-first style.
Also doc.
2008-08-21 15:53:00 +00:00
Peter Stephenson
ffabab4e74 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
Peter Stephenson
aadd07e05f zcalc completion idiosyncracies with :! 2008-06-13 14:27:37 +00:00
Peter Stephenson
808b79eba6 improved zcalc escapes and completion 2008-06-13 13:57:04 +00:00
Peter Stephenson
a78b220462 25132: zstyle completion updates 2008-06-03 10:00:40 +00:00
Peter Stephenson
a46bb7f49d 25131: typo with b:zstat loading zstat 2008-06-03 09:30:56 +00:00
Peter Stephenson
62b586bf9f 24806: more assoc subscript completion + typos 2008-04-09 13:06:47 +00:00
Peter Stephenson
367148fdbe 24804: fix quoting of assoc array subscripts in completion 2008-04-09 11:25:35 +00:00
Peter Stephenson
594f783c77 24775: improve _cd option handling 2008-03-28 14:44:42 +00:00
Peter Stephenson
3cd59fa065 unposted: fix some .distfiles and .cvsignore stuff 2008-03-15 23:21:02 +00:00
Peter Stephenson
fd2e321313 24588: tweak glob qualifier completion
24590: turn down error reporting when unquoting
2008-02-23 18:33:57 +00:00
Peter Stephenson
485a008075 24585: completion for glob qualifiers plus
bug fix for _alternative
2008-02-23 00:10:24 +00:00
Peter Stephenson
7a598440f6 24239: _subscript added too many backslashes 2007-12-13 21:38:42 +00:00
Clint Adams
53184f457b 23783: use _path_commands. 2007-08-19 23:31:30 +00:00
Peter Stephenson
29b7123647 23485: feature completion and autoloading 2007-05-29 14:16:02 +00:00
Peter Stephenson
b0c5f09169 see 23479: add initial features support for modules 2007-05-28 22:57:39 +00:00
Peter Stephenson
b1d9e5d5fa 22972: limit autoload completion to functions not yet registered. 2006-11-06 17:14:59 +00:00
Clint Adams
c9a761df01 22418: completion for GNU env. 2006-04-13 02:46:50 +00:00
Peter Stephenson
e43a5fc8ea users/1097: rehash style for external commands 2006-03-06 11:36:02 +00:00
Oliver Kiddle
0ba8ae87ea 21315: make completion functions give precendence to descriptions passed as
parameters and cleanup descriptons in calling functions
2005-06-08 12:45:24 +00:00
Doug Kearns
57879ec429 21306: add -s option to _disable 2005-06-08 06:20:39 +00:00
Doug Kearns
0d8d202ff5 21302: make sure expl is declared local in completion functions 2005-06-08 05:33:45 +00:00
Doug Kearns
1caf681523 unposted: fix typo in _dirs opt description 2005-06-07 06:54:11 +00:00
Bart Schaefer
125bc163d6 Fix typos in some descriptions. 2004-06-24 15:45:58 +00:00
Oliver Kiddle
773b5c95d4 20077: fix completion of reserved words 2004-06-18 17:49:17 +00:00
Clint Adams
0056db1cfb * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
allow search path for command names to be overridden by means of new
        command-path style.
2004-05-01 05:47:38 +00:00
Clint Adams
039b15b516 * 19845: Completion/Debian/Command/_apt-move: apt-move
completion function from Steven Kowalik.
2004-04-28 14:07:56 +00:00
Oliver Kiddle
ca0deae382 19767, 19785: store flags for -z and -k options to autoload allowing the
completion system to be used with ksh_autoload set
2004-04-20 12:11:13 +00:00
Oliver Kiddle
53b0a922a2 19790: complete functions after -a and allow multiple -z/-k options 2004-04-17 21:07:16 +00:00
Oliver Kiddle
8fc76ca370 19648: complete -t and -n options 2004-03-17 14:19:12 +00:00
Oliver Kiddle
63b336243f 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
Oliver Kiddle
356f432985 19364: new completions for aptitude, getent and catcgsegv 2004-01-14 17:01:11 +00:00
Oliver Kiddle
b583396674 19244: various completion function fixes and updates 2003-11-14 11:56:52 +00:00
Oliver Kiddle
688f8b4212 19021: in command position, try to complete directories once and once only 2003-09-03 14:07:25 +00:00
Oliver Kiddle
4284171e9e 19019: only complete aliases of the appropriate type for the alias builtin 2003-09-03 14:05:07 +00:00
Peter Stephenson
3ffb3ad2f2 19014: add alias -s suf=handler 2003-09-03 10:15:32 +00:00
Peter Stephenson
48dbd4a65c 18839/18840: Completion for nice 2003-07-09 14:06:14 +00:00
Oliver Kiddle
a267832ddf 18631: returning too early breaks prefix-needed style set to false 2003-06-25 09:03:04 +00:00
Oliver Kiddle
a5f7097d9a 18472: spelling corrections 2003-04-25 11:18:50 +00:00
Oliver Kiddle
b68937eef4 fix bug where 0 was not returned when adding a named directory as a match 2003-04-18 17:15:34 +00:00
Oliver Kiddle
0911160d07 fix out-of-date documentation for -value- completion and move description of
special contexts from _complete's to #compdef's description
2003-02-25 14:55:50 +00:00
Oliver Kiddle
5164c6a3c9 18242: add -d option to read for specifying delimiter to terminate input 2003-02-17 10:07:53 +00:00
Oliver Kiddle
dc91d837e8 18237: complete -t option to read 2003-02-13 15:04:14 +00:00