1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-10 10:21:23 +02:00
Commit graph

78 commits

Author SHA1 Message Date
Sebastian Gniazdowski
6c0ebbe1d9 44970: _brace_parameter: Update the description of S flag 2019-12-04 22:52:28 +01:00
dana
a76c6def15 44001: _brace_parameter: Complete (q+) 2019-01-21 15:17:57 -06:00
Oliver Kiddle
f0655371a6 unposted (c.f. Bart: 43739): use a correct description for the @ parameter expansion flag 2018-11-08 09:33:58 +01:00
Oliver Kiddle
82c26793e4 41827: correct sense of description for ${...:?...} expansion 2017-10-07 23:54:32 +02:00
dana
96006eaa87 41826: dana: fix inaccuracies in completion description wording for parameter expansion flags 2017-10-07 22:42:08 +02:00
Oliver Kiddle
9b4962a772 41762: fix for completion in assignment to associative array element 2017-09-28 09:31:35 +02:00
Oliver Kiddle
78afb218b0 40965: fix for missing local declarations of expl 2017-04-26 16:32:10 +02:00
Daniel Shahaf
5a32ced1be unposted: Port 40617 to the completion. 2017-02-25 09:09:31 +00:00
Daniel Shahaf
03bd5e287f users/22182: Propagate 22161 docs patch to completion descriptions. 2016-12-10 15:04:22 +00:00
Oliver Kiddle
ece90dae42 40114: complete :/ with other parameter operators 2016-12-08 23:52:19 +01:00
Daniel Shahaf
3a83e481ab unposted: Complete the $foo[(f)] flag. 2016-11-29 06:41:22 +00:00
Oliver Kiddle
fbafc5b509 39332: support ksh's [[ -v varname ]] condition for checking if variables are set 2016-09-16 00:00:28 +02:00
Matthew Martin
770500d69d 38515: _subsript twwaks
Need -- after print; also optimise array add
2016-05-22 19:04:42 +01:00
Han Pingtian
67c0174093 38219: remove redundant left square bracket 2016-04-14 16:46:27 +02:00
Eric Cook
25ca90e5ab 37788: _subscript - fix completion of associative array keys 2016-01-26 23:20:36 -05:00
Mikael Magnusson
d85a1fcd88 unposted: Fix broken case condition and "qualifer" typo 2015-09-28 02:24:54 +02:00
Oliver Kiddle
cf77e28a3f 36127: assorted minor completion function changes 2015-08-12 18:06:03 +02:00
Daniel Hahler
d90f92194f 35970: completion: fix typos in _git and _brace_parameter 2015-08-02 17:58:12 +02:00
Oliver Kiddle
15aa99b0fe 35139: complete the new (b) parameter flag 2015-05-15 00:13:30 +02:00
Oliver Kiddle
f972b023a2 34373, 34374: update completion of builtin commands, modifiers,
parameter and globbing flags
2015-01-25 18:23:03 +01:00
Peter Stephenson
cc6e9db29d 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Peter Stephenson
584ea88811 32303: simplistic completion after $x: 2014-01-28 19:14:30 +00:00
Peter Stephenson
146374a2af improved math context completion: functions 2013-03-17 20:53:44 +00:00
Peter Stephenson
d7582f006f 29459: Further fixes for parameter flag completion,
plus drive-by fix for double-quoted parameter completion with flags
2011-06-04 21:32:06 +00:00
Peter Stephenson
d292edc4dc 29452: allow completion of parameter flags 2011-06-03 22:06:59 +00:00
Mikael Magnusson
0bff0b356c 29438: complete dynamic directory names in command position 2011-06-03 20:51:37 +00:00
Peter Stephenson
336836987f fix completion funny with dynamic directories 2011-03-11 18:26:02 +00:00
Peter Stephenson
f2dca9e155 users/15864: turn zsh_directory_name into a hook 2011-03-11 16:32:07 +00:00
Peter Stephenson
92233c8029 28026: use "zsh_directory_name c" for completion of dynamic directory names 2010-06-11 22:28:21 +00:00
Peter Stephenson
84425f7d17 Mikael: 27981: complete (e) in subscript 2010-05-31 14:29:30 +00:00
Peter Stephenson
27c1ca8628 Ben: 27589: improved -redirect 2010-04-09 11:57:37 +00:00
Peter Stephenson
f56ccae96c Bart: 26822: infinite loop in variable completion looking for subscript 2009-04-07 09:26:17 +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
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
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
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
Doug Kearns
0d8d202ff5 21302: make sure expl is declared local in completion functions 2005-06-08 05:33:45 +00:00
Bart Schaefer
125bc163d6 Fix typos in some descriptions. 2004-06-24 15:45:58 +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
Sven Wischnowsky
053629183d add new sepcial context -assign-parameter- for completing the parameter in an assignment (17387) 2002-07-01 08:25:15 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Sven Wischnowsky
45f9a36216 remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819) 2002-03-13 09:28:04 +00:00
Sven Wischnowsky
f56ba813bb allow different sets of completion definitions selected with option -T to compdef; use this for parameter values and redirections (16755) 2002-03-04 08:53:41 +00:00
Oliver Kiddle
d7822305b4 16461: a number of minor completion function updates 2002-01-16 16:29:51 +00:00