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
Bart Schaefer
f1628c3278
25140: improve error handling/reporting for here-document temp files.
2008-10-10 09:55:34 +00:00
Bart Schaefer
27d940901f
Quote expansion of prompt_opts in prompt() because zsh emulation is by
...
necessity not enforced there.
2008-10-10 09:53:48 +00:00
Bart Schaefer
e4ae98949c
25814: quote arguments to "eval".
2008-10-10 09:53:22 +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
ad3e2aa215
25831: fix empty return values from subscript matches with RC_EXPAND_PARAM
2008-10-09 13:46:45 +00:00
Peter Stephenson
86ef4650dc
25818: missed changelog entry
2008-10-09 13:09:32 +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
7e86f2da31
25823: bring up zshcontrib man page if run-help is run on run-help and run-help is a function.
2008-10-07 08:07:04 +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
Peter Stephenson
98b604282e
25817: make "fc -l" more careful to list all recent history
2008-10-06 18:15:36 +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
57418f3c7d
25791: force return from eval-style DEBUG trap lost status
2008-10-01 11:34:48 +00:00
Peter Stephenson
06cf28875e
25778: Frank Terbeck: use builtin cd
2008-09-30 16:55:00 +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
e3fd25b181
25775: fix logical problem with function line numbering inside eval-style traps
2008-09-29 21:46:58 +00:00
Peter Stephenson
29db898a6d
25774: fix in 25772 was applied too widely
2008-09-29 20:56:23 +00:00
Peter Stephenson
773800e0de
25733: stub function for dynamic directory name completion
2008-09-29 17:40:54 +00:00
Peter Stephenson
7be4f882fe
25772: crash with bad associative array pattern search
2008-09-29 17:39:38 +00:00
Peter Stephenson
28cf4041b4
25771: shell function context for substitution functions
2008-09-29 15:18:49 +00:00
Peter Stephenson
59dd1491c6
users/13295, tweaked: dont reset line numbers when parsing strings, sometimes
2008-09-29 08:46:21 +00:00
Peter Stephenson
dd3a749ce9
unposted: VCS_Info p4 backend should restrict changes to #have
2008-09-29 08:33:12 +00:00
Clint Adams
bf59efddfa
25764: completion for Django, from Chris Lamb.
2008-09-28 19:37:58 +00:00
Peter Stephenson
e6dec182d0
25761: Mikael Magnusson: newline in getquery()
2008-09-27 23:14:58 +00:00
Peter Stephenson
043959b0be
25760: add (~) flag
2008-09-27 20:58:24 +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
Peter Stephenson
b2d08a2155
25744: dynamic named directories and further doshfunc() simplification
2008-09-26 09:11:27 +00:00
Peter Stephenson
84584ea58b
25684: make %x and %I consistent with eval line numbering
2008-09-25 11:26:00 +00:00
Peter Stephenson
d17398b442
users/13288: Src/parse.c: don't report parse errors on aborted lines
2008-09-24 19:19:56 +00:00
Peter Stephenson
602cc2abe0
Rocky: 25734: typo
...
25739: warn about GPL in binary if libgdm is linked
2008-09-24 09:10:15 +00:00
Clint Adams
7ff2b823a9
25737: remove dead code in ca_parse_line.
2008-09-23 20:57:40 +00:00
Clint Adams
4158a8aa38
25736: one more zsfree missing from 25667.
2008-09-23 19:33:13 +00:00
Clint Adams
2ea9873873
unposted: brown paper bag patch management of 25718.
2008-09-23 17:27:28 +00:00
Peter Stephenson
c328252c58
25733: add revision number to Perforce vcs_info backend
...
add abbreviation to list of backends
2008-09-23 16:48:27 +00:00
Peter Stephenson
f49d738db3
25732: make vcs_info p4 backend use server if style use-server is set
2008-09-23 16:10:57 +00:00
Peter Stephenson
d3c4108f30
Rocky Bernstein: 25727: allow fc non-interactively
...
Add sanity test for empty history
2008-09-23 08:41:54 +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
Peter Stephenson
9ae36771fe
25723: align combining character when popped from input stack
2008-09-22 18:37:49 +00:00
Clint Adams
86873c3efc
25721: revert another mistake of 25701.
2008-09-22 17:32:43 +00:00
Clint Adams
fc38b76a60
Jörg Sommer: 25718: add completion of option --reverse.
2008-09-22 17:26:51 +00:00
Clint Adams
dd5d608c11
25720: remove misleading vcs_info bit about PROMPT_SUBST.
2008-09-22 17:22:47 +00:00