1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00
Commit graph

33 commits

Author SHA1 Message Date
Peter Stephenson
347a63da0c 31465: fix basic completion and globbing uses of disabled patterns 2013-06-13 18:40:36 +01:00
Bart Schaefer
3d75ca5c64 users/17051: explicit IFS for "read" in compinit 2012-07-17 15:25:44 +00:00
Peter Stephenson
94ef211b9b unposted: add NO_ignoreclosebraces to options for completion 2011-12-09 15:02:39 +00:00
Mikael Magnusson
164cf1abd5 29596: fix syntax to work with ksh_arrays 2011-07-22 13:22:20 +00:00
Mikael Magnusson
3214cf0a74 29384: Add _comp_caller_options 2011-05-27 14:36:33 +00:00
Mikael Magnusson
72cb7cfc6f 29307, 29308 + replies: Fix some doubled words in docs and comments. 2011-05-19 16:10:46 +00:00
Peter Stephenson
35004b546d Mikael: 28948: compdef -e overrides interpretation of argument as service 2011-03-29 08:46:56 +00:00
Peter Stephenson
8d00aca697 users/15621: compdef -p/-P <pat>=<service>
users/15622: use service with _pick_variant
2010-12-06 17:23:04 +00:00
Peter Stephenson
4a0ddedf0a unposted: a couple of typeset -g's and a comment 2010-02-08 11:49:28 +00:00
Peter Stephenson
52f401a4a7 25608: NO_cshjunkiesquote in completion 2008-09-05 08:50:05 +00:00
Peter Stephenson
15799cfbae unposted: Completion/compinit: typo in 25068 2008-05-19 11:37:06 +00:00
Peter Stephenson
93fa3796c2 unposted: fix unwanted output from new typeset in compinit 2008-05-18 20:32:15 +00:00
Peter Stephenson
7f304c7736 25068: Fix some completion warnings with WARN_CREATE_GLOBAL 2008-05-18 20:19:01 +00:00
Peter Stephenson
b815f89220 24807: Frank Terbeck: Completion system needs no_ignore_braces 2008-04-12 16:32:40 +00:00
Peter Stephenson
0390d69f27 24776: clarify compinit message when compaudit fails 2008-03-28 15:00:46 +00:00
Oliver Kiddle
176ba31531 Frank Benkstein: 24047: fix compdef for more than three commands using the
same service
2007-11-01 10:56:39 +00:00
Peter Stephenson
9471bbcfa0 22934, modified, see 22937: add HIST_SUBST_PATTERN option
make ${.../#%...} anchor at both ends
2006-11-01 12:25:18 +00:00
Peter Stephenson
6157c14d06 22525: lengths and cases of multibyte strings in parameters and history 2006-06-28 13:12:55 +00:00
Bart Schaefer
4c213d57ac 21880: add carriage return to IFS in completion context. 2005-10-17 14:56:16 +00:00
Peter Stephenson
d307660dee 21575 plus unposted: Add WARN_CREATE_GLOBAL option 2005-08-08 16:48:52 +00:00
Bart Schaefer
12b44290ff _comp_options needs NO_kshtypeset 2004-10-22 15:51:48 +00:00
Oliver Kiddle
78da7d872e users/7553: include zsh version in dump file to avoid problems with upgrades 2004-06-16 15:10:13 +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
37522a2dea 19768: add clue to insecure directories warning and send errors to stderr 2004-04-14 08:08:53 +00:00
Peter Stephenson
9dd13ac83f users/4865: Completion/compinit: need to add NO_octalzeroes to
$_comp_options.
2002-04-25 15:35:31 +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
Bart Schaefer
f256c16efe Fix exit status of compdef. 2001-06-21 09:24:39 +00:00
Sven Wischnowsky
4a7abbfdd6 use `eval $_comp_setup' in all entry points of the completion system to not only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) 2001-05-29 11:59:50 +00:00
Bart Schaefer
bb694bad47 NO_kshglob in _comp_options. 2001-04-29 19:12:13 +00:00
Bart Schaefer
b4d021263d Improve prompt when compaudit finds badness. 2001-04-06 14:47:25 +00:00
Sven Wischnowsky
3d7263ff67 after-move cleanup 2001-04-02 13:04:04 +00:00
Sven Wischnowsky
1e3caef58d moved from Completion/Core/compinit 2001-04-02 11:02:05 +00:00