1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-02-24 11:51:19 +01:00
Commit graph

885 commits

Author SHA1 Message Date
Peter Stephenson
d16943d9a9 TBD: documentation of highlighting 2009-02-04 20:41:32 +00:00
Andrey Borzenkov
ae66040f86 26504: document that local_options does not restore everything 2009-02-01 08:52:47 +00:00
Peter Stephenson
af39a5ab1a 26463: Greg Klanderman: add zle-line-finish widget
26464: Greg Klanderman: fix insert-ids=single for menu completion
26465: Greg Klanderman: command keymap for execution
2009-01-28 09:31:53 +00:00
Peter Stephenson
7c43fb69bf 26448: add glob sort operators oe and o+ 2009-01-27 09:55:22 +00:00
Peter Stephenson
6f16f59b9f Greg Klanderman: 26439: Doc/Zsh/mod_system.yo: convert to subsystems 2009-01-26 09:49:38 +00:00
Andrey Borzenkov
665b7d1f93 26425: allow "emulate sh -c command" to eval command under sh emulation 2009-01-25 18:19:28 +00:00
Peter Stephenson
46cdeb71b7 26366: add "isearch" keymap and "accept-search" functino 2009-01-19 17:57:43 +00:00
Peter Stephenson
3af9307d14 Phil Pennock: 26312: Document no variables altered on failed match 2009-01-15 09:49:06 +00:00
Peter Stephenson
0cf040f4bf Back off 26270 (accept-and-menu-complete).
Was causing memory corruption
2009-01-13 12:19:53 +00:00
Peter Stephenson
e7c9e03c58 26301: make zpty -r exit more cleanly on bad reads
add option -m to make zpty -r return status 1 if pattern failed to match
use this option in comptest
2009-01-13 12:09:26 +00:00
Peter Stephenson
7c54d180cb unposted: tweak doc for 26270 2009-01-09 21:28:24 +00:00
Peter Stephenson
18143c3226 262727: add $ZSH_PATCHLEVEL from ChangeLog revision 2009-01-09 20:28:30 +00:00
Peter Stephenson
bb883ca78f unposted: fix yodl problem with 26229 2009-01-06 10:33:32 +00:00
Peter Stephenson
e2fd1d7f1a Richard Hartmann: 26229: note zstat link following behaviour 2009-01-03 18:47:25 +00:00
Peter Stephenson
76dc71f882 Frank Terbeck: 26215: VCS_Info disable-patterns style 2009-01-03 18:40:17 +00:00
Clint Adams
c1613695c7 26185: fix two places where path to global zshenv was specified statically. 2008-12-29 04:33:52 +00:00
Peter Stephenson
976cb71d6f Richard Hartmann: 26155: quote use of . for a command in text 2008-12-18 09:49:04 +00:00
Peter Stephenson
b4a2d51e57 Frank Terbeck: 26125: add "command" style to VCS_INFO 2008-12-11 09:53:12 +00:00
Peter Stephenson
37a4dce4bc 26121: add -B <lines> option to calendar 2008-12-10 13:30:27 +00:00
Peter Stephenson
02f05d7462 26110: option to allow vared to open to an alternative terminal 2008-12-09 17:37:01 +00:00
Peter Stephenson
21e1b38ffb 13482: Frank Terbeck: fix some prompt docs for vcs info 2008-11-24 09:56:07 +00:00
Peter Stephenson
33b846810c users/13464: allow MIME suffixes to match upper case variants
26075: fix repeated calendar events so that the next event is always in the
future
2008-11-20 18:12:31 +00:00
Peter Stephenson
0d0e497c69 26056 "< <(...)more_stuff" etc. are errors 2008-11-17 16:56:41 +00:00
Peter Stephenson
2fbc131ca8 26055: ensure process substitution is handled before parameter and command 2008-11-17 16:11:29 +00:00
Peter Stephenson
35a8612f21 26042 with some fixes from 26043 (Mikael):
allow <(...) and >(...) to occur in the middle of strings
and =(...) to have extra text following
2008-11-13 21:18:14 +00:00
Clint Adams
6dbf2f2f4a 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Peter Stephenson
9b032ff6d8 25958: make it possible to get docs for startup files correct 2008-10-30 12:09:18 +00:00
Peter Stephenson
3e70e99d50 Mikael: 25933: typos 2008-10-26 17:57:13 +00:00
Peter Stephenson
2f50e20d84 25931: Test for prompt code reentrancy
users/13400: clarify some ksh-like editing issues
2008-10-24 16:00:48 +00:00
Peter Stephenson
7f470ebcb0 25912: fix another metafication bug in completion
and remove lies about matchers
2008-10-18 19:16:24 +00:00
Peter Stephenson
52fba13e9b Rocky: 25907: Makefile needs .exe to run zsh on Cygwin 2008-10-17 08:31:22 +00:00
Peter Stephenson
1f0f5b8e62 25893: rescind advice to use m:{[:lower:]}={[:upper:]} matcher for now 2008-10-14 12:59:03 +00:00
Peter Stephenson
6bcc7f6011 unposted: protect () in doc from macro expansion 2008-10-10 13:53:43 +00:00
Bart Schaefer
f7832f645b Fix trailing backslash in example. 2008-10-10 10:02:04 +00:00
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
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
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
Peter Stephenson
b2d08a2155 25744: dynamic named directories and further doshfunc() simplification 2008-09-26 09:11:27 +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
Clint Adams
dd5d608c11 25720: remove misleading vcs_info bit about PROMPT_SUBST. 2008-09-22 17:22:47 +00:00
Peter Stephenson
bf3726b757 25715: Frank Terbeck: vcs_info now works immediately 2008-09-22 16:57:49 +00:00
Peter Stephenson
90c33894c4 25693: Frank Terbeck: another doc glitch 2008-09-19 15:08:47 +00:00
Peter Stephenson
47bbde0056 users/13262: Frank Terbeck: another formatting fix 2008-09-19 13:50:04 +00:00
Peter Stephenson
23f2b4503c users/13252 and elsewhere: Frank Terbeck plus tweaks:
add VCS_Info function system
2008-09-19 12:58:46 +00:00
Peter Stephenson
d9f1432e07 c.f. users/13251: update mapfile doc again 2008-09-19 09:14:55 +00:00
Peter Stephenson
d3e90df780 users/13239: add some comments to mapfile doc 2008-09-18 10:55:43 +00:00
Peter Stephenson
2920c227d3 25677: add %x and %I prompt escapes for shell source code debugging
tidy up interface to doshfunc()
2008-09-16 15:02:01 +00:00
Peter Stephenson
fb67cd46ea 25643: keep DEBUG and ZERR traps in subshells 2008-09-11 14:47:18 +00:00