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

310 commits

Author SHA1 Message Date
Barton E. Schaefer
8a35ec4eef 31205: Do not display "(eval)" as a tag context 2013-06-10 00:18:52 -07:00
Peter Stephenson
60e41f9fc8 31369: set locale for completion if locale command is not usable 2013-05-04 16:07:34 +01:00
Peter Stephenson
8cdb57b3b7 31355: _comp_locale tries to sanitise locales but keep CTYPE;
use this for subversion completion.
2013-04-29 10:08:07 +01: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
7152094541 Missing .distfiles entries 2012-12-16 18:48:35 +00:00
Oliver Kiddle
a8ffff2cb7 users/17382: complete URLs for vim and make _remote_files more
consistent with _files
2012-11-07 20:59:09 +00:00
Peter Stephenson
d3891edfca users/12713: returning REPLY to _user_expand sets description for expansion 2012-09-03 11:12:15 +00:00
Peter Stephenson
432112c425 30081: make _main_complete independent of IGNORE_CLOSE_BRACES option 2012-01-05 19:59:42 +00:00
Bart Schaefer
3f98949ca8 30012: add $state_descr 2011-12-13 17:43:01 +00:00
Simon Ruderich
d374f2b180 29918: Completion: Add new _remote_files() helper and use it to reduce code duplication. 2011-12-09 22:39:08 +00:00
Peter Stephenson
8dc39360c9 29820: _pick_variant -b to match builtin 2011-10-14 19:01:41 +00:00
Peter Stephenson
771b059a52 29635: Improve _complete_debug syntax and handling of fd's 2011-08-03 09:36:49 +00:00
Mikael Magnusson
3214cf0a74 29384: Add _comp_caller_options 2011-05-27 14:36:33 +00:00
Mikael Magnusson
4c3efc94cc 29338: fix pattern in _main_complete for insert-tab. 2011-05-24 01:09:46 +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
246bcd10a7 Mikael: 28531: typos 2010-12-16 13:55:35 +00:00
Peter Stephenson
72d1045da5 unposted: remove users/15622 _pick_variant change 2010-12-07 15:10:48 +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
Bart Schaefer
059c8dede6 28186: replace (...|...) pattern-match with a loop over the alternatives to
avoid issues with pattern-quoting each alternative.
2010-08-22 15:54:36 +00:00
Peter Stephenson
5d77927ffd 27911: no completion colouring with old lists when turned off 2010-04-27 08:49:11 +00:00
Peter Stephenson
1b68e0ea00 Mikael: 27797: delimit arguments to compadd in _expand_alias 2010-03-15 21:17:50 +00:00
Peter Stephenson
5b80d50ad3 27233: improved _values handling of optional arguments
mount -o loop= argument is optional
2009-08-28 15:10:27 +00:00
Peter Stephenson
5449458e5a users/14267: files added by ignore-line should be quoted 2009-07-30 19:01:56 +00:00
Peter Stephenson
e70b53a127 26861 from Greg plus 26863: global parameters in _read_comp 2009-04-21 16:04:34 +00:00
Andrey Borzenkov
1f09b2909d users/14033 as modified by users/14037 and added doc: allow colon quoting
in matches in _describe
2009-04-18 07:26:56 +00:00
Peter Stephenson
1e7c14ee35 26801: add completion for calendar function
add tracking of precommand modifiers that are in effect
2009-04-01 10:57:10 +00:00
Peter Stephenson
d5c5a1f987 26783: new _user_expand completer 2009-03-25 13:27:58 +00:00
Peter Stephenson
1d025a2bb9 26746: tweak history modifier completion 2009-03-17 10:03:23 +00:00
Peter Stephenson
b0fde52d53 26744: completion of history modifiers in normal command line arguments 2009-03-16 18:29:38 +00:00
Bart Schaefer
027ce9a001 26609: _path_files: better (?) fix for globcomplete.
unposted: _pick_variant: explicit rather than implicit success return.
2009-02-28 07:11:31 +00:00
Peter Stephenson
0cf040f4bf Back off 26270 (accept-and-menu-complete).
Was causing memory corruption
2009-01-13 12:19:53 +00:00
Andrey Borzenkov
1a43616975 26270: allow accept-and-menu-complete work with _vallues as well 2009-01-09 20:54:35 +00:00
Peter Stephenson
0662164f13 26053: handle --help output like "--[fetch]all" 2008-11-17 10:37:37 +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
Peter Stephenson
f7f66ea11f Phil Pennock: 25275: use restrictive permissions on cache files
put zstat in example zshrc
2008-07-11 19:18:34 +00:00
Peter Stephenson
485a008075 24585: completion for glob qualifiers plus
bug fix for _alternative
2008-02-23 00:10:24 +00:00
Clint Adams
c48b70d59e Peter: 24235: handle underscores 2007-12-13 22:05:59 +00:00
Peter Stephenson
af3e2b6fa4 23934: cleveren _expand_alias for "foo" -> "foo blah" expansions 2007-10-11 09:06:19 +00:00
Peter Stephenson
a5ccfcf70b users/11852: _expand_alias removed quotes from aliases incorrectly 2007-09-18 08:22:35 +00:00
Peter Stephenson
d86089ee6e update some .distfiles 2007-08-01 21:38:33 +00:00
Peter Stephenson
4d5d0327a1 bad use of indices in _combination 2007-07-05 18:23:13 +00:00
Peter Stephenson
b01d1e56a2 23567: new _complete_help_generic zle non-completion widget 2007-06-19 09:28:06 +00:00
Peter Stephenson
663fbdf467 23495: fix fall out from (R) change in completion system 2007-05-30 10:46:50 +00:00
Peter Stephenson
f48fa9eb9d unposted: prepare for release of 4.3.3 2007-04-16 13:21:24 +00:00
Peter Stephenson
c8d1071cd8 23198: improve _values -s
unposted: document _regex_words -t
2007-02-27 20:44:00 +00:00
Peter Stephenson
d98959ab67 23186: _ip completion and regex handling additions 2007-02-25 22:44:51 +00:00
Peter Stephenson
9d43d061e1 23182: _arguments problem with --with-foo[=BAR] specifiers 2007-02-16 15:02:03 +00:00
Peter Stephenson
181e491deb users/10989: add fake-always pattern that overrides ignored-patterns 2006-11-15 16:27:14 +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