1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-12 11:01:15 +02:00
Commit graph

2515 commits

Author SHA1 Message Date
Clint Adams
0e8d56723a 26023: skeletal completion for tg (topgit). 2008-11-11 12:13:50 +00:00
Oliver Kiddle
1fa2d1e6e5 26022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinks 2008-11-10 17:12:50 +00:00
Oliver Kiddle
5d13deda4e add completion of globbing flags 2008-11-10 15:28:41 +00:00
Peter Stephenson
399cf6312e 26021: tweak for glob qualifier completion 2008-11-08 23:34:11 +00:00
Clint Adams
3a8803a411 26016: treat "bzr co" as an alias of "bzr checkout"; patch from Ryo IGARASHI. 2008-11-07 02:34:51 +00:00
Clint Adams
6dbf2f2f4a 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Peter Stephenson
24dc4bec07 unposted: add _tcpsys 2008-10-30 10:10:59 +00:00
Peter Stephenson
c109f9f944 25945: matching bug in path hierarchy completion 2008-10-29 21:59:32 +00:00
Peter Stephenson
ef0a55efe2 unposted: belatedly sort out some distfiles 2008-10-29 10:28:14 +00:00
Peter Stephenson
e775b4dd66 25938 (Mikael) + probably 25939, too: typo in _path_files 2008-10-28 22:23:04 +00:00
Clint Adams
77e8622b38 25934: handle bts subscribe, unsubscribe, and fix owner. Patches from Ansgar Burchardt. 2008-10-26 19:35:47 +00:00
Bart Schaefer
2357877757 25927: include the ignored prefix/suffix in the hidden prefix/suffix
only for compadd -U.
2008-10-23 02:38:58 +00:00
Bart Schaefer
b37952c37b Phil Pennock: 25854: fix Devel module completion for "perl -d:". 2008-10-15 06:17:39 +00:00
Bart Schaefer
4504a28ac3 Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern. 2008-10-15 06:11:39 +00:00
Bart Schaefer
3482e2dc8b 25887: fix brace completion oddity by using compadd -U more selectively. 2008-10-15 06:10:02 +00:00
Clint Adams
9b3a41d529 Jörg Sommer: 25882: run ssh with -oBatchMode=yes. 2008-10-14 21:08:00 +00:00
Peter Stephenson
5f83b99605 Marc Chantreux: 25816: promiscuous ip links 2008-10-11 21:49:56 +00:00
Bart Schaefer
7783d398c3 25029: : "environ" style to allow a different search path when completing
as a different user.
2008-10-10 09:56:25 +00:00
Clint Adams
dc9f889867 25833: remove zparseopts line obsoleted by 25824. 2008-10-09 22:15:19 +00:00
Clint Adams
ca3182ad3d Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files. 2008-10-09 21:54:09 +00:00
Peter Stephenson
612cec047f Nikolai Weibull: 25828: new rm completion
unposted: note some new features in NEWS
2008-10-08 11:37:34 +00:00
Clint Adams
e6e5d2eb1d Jörg Sommer: 25819: improve module parameter completion.
First, do not embedd the = in the parameter by define it a
parameter‐value separator; -S =.

Second, look for already given parameters in all words; -w.

Third, use the curcontext variable; -C.

Forth, distinct between boolean and non‐boolean parameters, i.e. do not
append a = to the end. And include the type of the parameter in the help
message. This information is only given in the full output of modinfo,
not in the narrowed output with --field.
2008-10-07 07:48:55 +00:00
Clint Adams
8538c98ddf Jörg Sommer: 25822: declare val_args as local array. 2008-10-07 07:46:09 +00:00
Clint Adams
26616e1a23 Jörg Sommer: 25821: return 0 if a modules parameter was completed. 2008-10-07 07:43:35 +00:00
Clint Adams
38b8cdbcdf 25820: add the option --field of modinfo. 2008-10-07 07:41:43 +00:00
Clint Adams
332c337e4d 25818: compinstall data loss typo fix from Morita Sho. 2008-10-06 21:01:14 +00:00
Clint Adams
56f47809d6 25808: handle bts claim and unclaim subcommands. 2008-10-04 18:25:44 +00:00
Clint Adams
d6b4fb1c3a unposted: yet another correction for 25702 misapplication 2008-10-03 02:31:50 +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
Clint Adams
bf59efddfa 25764: completion for Django, from Chris Lamb. 2008-09-28 19:37:58 +00:00
Peter Stephenson
4a34c96289 25755/25756: Jörg Sommer: improved handling of module arguments
25759: fix dynamic named directory crash, static named directory consistency
2008-09-27 19:57:25 +00:00
Clint Adams
4ba03217ca Mikael Magnusson: 25617: complete -t <tags>. 2008-09-26 17:55:01 +00:00
Clint Adams
2ea9873873 unposted: brown paper bag patch management of 25718. 2008-09-23 17:27:28 +00:00
Clint Adams
c54e113d28 25728: spelling fix. 2008-09-23 06:24:02 +00:00
Clint Adams
c81fa52114 Jörg Sommer: 25717: fixups for 25702. 2008-09-23 05:26:53 +00:00
Clint Adams
fc38b76a60 Jörg Sommer: 25718: add completion of option --reverse. 2008-09-22 17:26:51 +00:00
Clint Adams
9cf4518c57 unposted: update .distfiles. 2008-09-21 14:27:02 +00:00
Clint Adams
05ddfc0cbc Jörg Sommer: 25702: completions for chrt and ionice commands. 2008-09-21 14:22:31 +00:00
Clint Adams
2b5ecaf476 25655: remove completion for --remove-sent-files option. 2008-09-13 07:58:51 +00:00
Clint Adams
db0c81ae32 25654: fix return bug and add --color. 2008-09-12 16:32:49 +00:00
Clint Adams
f95570c403 Frank Terbeck: 25640: another alias handling fix. 2008-09-10 22:56:37 +00:00
Clint Adams
07462f8303 Frank Terbeck: 25624: clean up git alias parsing. 2008-09-07 16:52:26 +00:00
Peter Stephenson
52f401a4a7 25608: NO_cshjunkiesquote in completion 2008-09-05 08:50:05 +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
63333a5224 Mikael Magnusson: 25594: "git clean" cleanup. 2008-09-02 18:04:53 +00:00
Clint Adams
93fc754422 Mikael Magnusson: 25591: "git remote rm" completion. 2008-09-01 20:40:28 +00:00
Clint Adams
fd2f37d84b Mikael Magnusson: 25590: update "git add" completion. 2008-09-01 20:38:03 +00:00
Clint Adams
a156e4714e Frank Terbeck: 25588: add --no-pager option to git completion. 2008-09-01 20:27:46 +00:00