1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 10:20:55 +01:00
Commit graph

48 commits

Author SHA1 Message Date
Bart Schaefer
0a69a2f6cb 50399: Completion/Base/Widget/_complete_debug
Properly local scope PS4 change
2022-09-28 17:11:08 -04:00
Bart Schaefer
a99f96797f 50323: create helper for shadowing builtins or existing functions and use it when redefining compadd et al. 2022-06-04 14:19:42 -07:00
Oliver Kiddle
e6fdd35a83 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Bart Schaefer
3fe6bd56ed 48709: suppress error messages from comptry 2021-05-15 13:26:56 -07:00
Bart Schaefer
c231a2394f 48617: fix misuse of IGNORE_BRACES when initializing debug_indent 2021-04-19 14:40:44 -07:00
Barton E. Schaefer
8142fc3fdb For help listing, capture the fallback to compctl in case there is one defined 2016-04-09 08:54:54 -07:00
Barton E. Schaefer
485cbbb6cc 37972: Redirect stderr to /dev/null in cases where ${~param} might generate errors 2016-02-14 13:10:06 -08:00
Barton E. Schaefer
ce929eb37e 36841: factor out and update the patterns that filter "uninteresting" functions out of the $funcstack display 2015-10-11 21:23:38 -07:00
Barton E. Schaefer
5caf317c3a unposted (cf. 34218): : remove -m from zmodload calls 2015-01-10 18:06:43 -08:00
Barton E. Schaefer
199581f780 34202: safe tempfile creation part 3 -- use zf_ln instead of mv 2015-01-10 10:32:31 -08:00
Barton E. Schaefer
33b3958064 34068: create tempfiles without forking, and safe temp directory creation 2014-12-28 00:49:08 -08:00
Barton E. Schaefer
200accac63 34067: safe tempfile creation, part 1 2014-12-27 23:59:29 -08:00
Barton E. Schaefer
6d9635b0bd 33088: indentation in $PS4 2014-09-03 00:24:29 -07:00
Peter Stephenson
cc6e9db29d 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Barton E. Schaefer
8a35ec4eef 31205: Do not display "(eval)" as a tag context 2013-06-10 00:18:52 -07:00
Bart Schaefer
b4b02fbc8a 31234: use an "always" block instead of "trap" to clean up various function
overrides
2013-04-07 13:37:25 -07:00
Peter Stephenson
a69f05b4ce 31151: Pavol Juhas: complete (C etc) tags better
when file system is not case sensitive.
2013-03-14 19:34:32 +00:00
Peter Stephenson
771b059a52 29635: Improve _complete_debug syntax and handling of fd's 2011-08-03 09:36:49 +00:00
Peter Stephenson
e70b53a127 26861 from Greg plus 26863: global parameters in _read_comp 2009-04-21 16:04:34 +00:00
Peter Stephenson
b01d1e56a2 23567: new _complete_help_generic zle non-completion widget 2007-06-19 09:28:06 +00:00
Peter Stephenson
ebc76673aa 22953: Mikael Magnusson: _most_recent_file fix.
users/10928: send all "jobs" output to stdout
2006-11-03 19:44:47 +00:00
Bart Schaefer
dc3668dd20 Add zsh name and version to _complete_debug output 2005-05-22 15:46:34 +00:00
Bart Schaefer
337a2e3bfd Minor tweak to _generic plus doc fixes for info interpretation of hyphens. 2005-04-24 18:38:01 +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
4c1e94f951 19409: handle situation where the user has the nounset option set 2004-02-10 19:16:16 +00:00
Oliver Kiddle
43d44d1552 18338: list a single unambiguous match instead of inserting it 2003-03-11 17:33:05 +00:00
Oliver Kiddle
48df213153 18299: allow _next_tags to work with nested tag loops 2003-02-26 16:35:55 +00:00
Oliver Kiddle
ab1a0844f2 18296: sync fake _all_labels and _next_label functions with changes to real ones 2003-02-25 18:43:39 +00:00
Sven Wischnowsky
9ea7493889 don't display _dispatch as one of the called functions (17438) 2002-07-08 08:59:38 +00:00
Oliver Kiddle
f879a295e1 use pager style instead of $EDITOR and fix bad substitution in exclusion lists 2002-01-17 18:49:32 +00:00
Oliver Kiddle
ae0bba2bfc 16397: use nul instead of colon to avoid problems with _value: functions 2002-01-03 18:26:56 +00:00
Bart Schaefer
ef89be124d Fix handling of interrupt in two completion widgets. 2001-06-21 10:05:19 +00:00
Sven Wischnowsky
b6cf214d81 some cleanup (14558) 2001-05-30 07:31:13 +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
Peter Stephenson
ea03bf1ae5 14330: handle quotes better in _most_recent_file 2001-05-14 13:44:13 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
9d06486d2a moved from Completion/Commands/_read_comp 2001-04-02 11:17:07 +00:00
Sven Wischnowsky
5e65b4d25a moved from Completion/Commands/_next_tags 2001-04-02 11:16:51 +00:00
Sven Wischnowsky
d8920f5a91 moved from Completion/Commands/_most_recent_file 2001-04-02 11:16:36 +00:00
Sven Wischnowsky
88c8be9f58 moved from Completion/Commands/_history_complete_word 2001-04-02 11:16:19 +00:00
Sven Wischnowsky
86904a9ace moved from Completion/Commands/_generic 2001-04-02 11:16:02 +00:00
Sven Wischnowsky
3b97ef45e5 moved from Completion/Commands/_expand_word 2001-04-02 11:15:46 +00:00
Sven Wischnowsky
3f7c2e2590 moved from Completion/Commands/_correct_word 2001-04-02 11:15:29 +00:00
Sven Wischnowsky
402a9c0ab1 moved from Completion/Commands/_correct_filename 2001-04-02 11:15:14 +00:00
Sven Wischnowsky
a4eb388467 moved from Completion/Commands/_complete_tag 2001-04-02 11:14:57 +00:00
Sven Wischnowsky
f5ff83fe0b moved from Completion/Commands/_complete_help 2001-04-02 11:14:40 +00:00
Sven Wischnowsky
f46287bb82 moved from Completion/Commands/_complete_debug 2001-04-02 11:14:23 +00:00
Sven Wischnowsky
041958250d moved from Completion/Commands/_bash_completions 2001-04-02 11:14:07 +00:00