Peter Stephenson
|
7a5b85292a
|
31882: Insulate completion widget against environment.
Prevents change in pipestatus leaking back out.
|
2013-10-24 17:49:37 +01:00 |
|
Bart Schaefer
|
3489c15799
|
30193: remnulargs() after poking into string in case length changes
|
2012-02-09 20:12:33 +00:00 |
|
Peter Stephenson
|
4a3ce8ab89
|
29644: work around _describe bug, plus cosmetic tweaks
|
2011-08-03 20:57:32 +00:00 |
|
Peter Stephenson
|
962624e8c3
|
29491: remove some variables set but not used
|
2011-06-19 16:26:10 +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 |
|
Peter Stephenson
|
f61ae85acf
|
29268: extra dupstring() for value to be used in completion match group
|
2011-05-14 00:36:06 +00:00 |
|
Peter Stephenson
|
506615ff94
|
29267: add -enable-zsh-debug and use for debugging completion matcher groups
|
2011-05-14 00:07:41 +00:00 |
|
Peter Stephenson
|
212ca9edf9
|
28772: Update regions in region highlight dynamically
|
2011-02-18 22:08:45 +00:00 |
|
Peter Stephenson
|
ebcead7543
|
lexsave/lexrestore lexflags
add new LEXFLAGS_ZLE
|
2010-12-14 10:35:38 +00:00 |
|
Peter Stephenson
|
eab4f9a83c
|
28528: Rearrange zleparse to lexflags
Add (z+n+)
|
2010-12-14 09:59:04 +00:00 |
|
Peter Stephenson
|
3e97b749f4
|
28486: $compstate[parameter] needs untokenizing
|
2010-12-06 10:49:51 +00:00 |
|
Peter Stephenson
|
a5a27ad5ec
|
<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.
Actually commit the code.
|
2010-07-29 11:08:28 +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
|
b2d08a2155
|
25744: dynamic named directories and further doshfunc() simplification
|
2008-09-26 09:11:27 +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
|
11715a9cd8
|
25267: ambiguous pattern matching fix: missing log
25269: Frank Terbeck: typo
|
2008-07-07 08:33:27 +00:00 |
|
Peter Stephenson
|
cd56448c8e
|
25267: fix problem with menu on ambiguous completion without matching
|
2008-07-06 20:04:27 +00:00 |
|
Peter Stephenson
|
dbe5fd93a7
|
24951: implement ZLS_COLORS ln=target
|
2008-05-06 16:01:18 +00:00 |
|
Peter Stephenson
|
97dcf15556
|
24808: initial support for combining characters in zle
|
2008-04-13 16:58:42 +00:00 |
|
Peter Stephenson
|
9cfdf38906
|
24127: bug in matcher specs with left anchor and partial words
|
2007-11-28 21:14:14 +00:00 |
|
Peter Stephenson
|
4d52b7ebe6
|
23670: rationalise some linked list functions
|
2007-06-27 13:56:10 +00:00 |
|
Peter Stephenson
|
553e011320
|
23118: improve sorting to make it work with locales
|
2007-01-21 22:47:36 +00:00 |
|
Peter Stephenson
|
94bdf92a06
|
23097: splitting of $'...' strings in completion
|
2007-01-08 22:05:54 +00:00 |
|
Peter Stephenson
|
1cac90759a
|
23036: three more fixes for completion using $'...'
|
2006-12-08 18:52:04 +00:00 |
|
Peter Stephenson
|
34381548da
|
Incomplete improvements for $'...' in completion
|
2006-12-03 21:07:17 +00:00 |
|
Peter Stephenson
|
289b14113b
|
22819: improved internal use of string quotation,
plus completion bug fix with RCQUOTES
|
2006-10-05 21:53:26 +00:00 |
|
Peter Stephenson
|
f5bbc619bd
|
22565: Fix bug after failed menucompletion with accept-and-menu-complete?
|
2006-07-30 19:58:31 +00:00 |
|
Peter Stephenson
|
4a67f24798
|
22544: Improve use of ztype tests for multibyte characters. Add
POSIX_IDENTIFIERS option to control allowability of multibyte
alphanumeric characters in parameter and module names.
|
2006-07-10 13:08:22 +00:00 |
|
Peter Stephenson
|
e17fc50793
|
22328, modified: add -o option to compadd
add _list_files helper to handle new file-list style for _path_files
|
2006-03-07 12:50:56 +00:00 |
|
Wayne Davison
|
4b9d1c4f5c
|
Optimized away a recently-added call to strlen().
|
2006-02-20 05:51:49 +00:00 |
|
Wayne Davison
|
6c31a7dc68
|
Made the realocation of the line buffer in add_match_data() use a
little more optimal size. Also tweaked the code just a little.
|
2006-02-19 22:57:56 +00:00 |
|
Wayne Davison
|
1e2f61f116
|
The code in add_match_data() that looks for invalid characters
now properly parses the string as metafied.
|
2006-02-18 18:39:38 +00:00 |
|
Wayne Davison
|
a6658fb9f6
|
Made add_match_data() look for invalid multibyte chars in the
names and substitute $'\123' sequences for them.
|
2006-02-13 11:03:59 +00:00 |
|
Wayne Davison
|
e79af955f0
|
Got rid of some unsigned-char/char pointer casts.
|
2005-11-15 08:44:17 +00:00 |
|
Peter Stephenson
|
3c37057c34
|
21871: replace INULL() by inull()
|
2005-10-13 16:30:13 +00:00 |
|
Andrey Borzenkov
|
a6ebb7bfc3
|
21664: unmetafy ztat() argument
|
2005-08-18 18:19:29 +00:00 |
|
Andrey Borzenkov
|
11b0963bdc
|
21642: remove redundant checks
|
2005-08-16 17:25:48 +00:00 |
|
Wayne Davison
|
fb047b6ffa
|
Moved declaration of char pointer var to comply with
restrictions of standard C.
|
2005-08-16 01:59:43 +00:00 |
|
Clint Adams
|
3c92ad4b90
|
21631: make sure an unmetafied string is passed to ztat to determine file type.
|
2005-08-16 00:51:57 +00:00 |
|
Andrey Borzenkov
|
17e1a3cd0c
|
21627: fix recursive ZLE from completion call
|
2005-08-15 18:16:04 +00:00 |
|
Peter Stephenson
|
2a888b3d5a
|
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
|
2005-08-10 10:56:40 +00:00 |
|
Peter Stephenson
|
24699f961d
|
21045: fix some uses of Meta characters in completion
|
2005-03-21 18:49:04 +00:00 |
|
Peter Stephenson
|
88a37cc187
|
c.f. 20675: improve zle as a basis for Unicode.
unposted: update version to 4.2.3-dev-1
|
2005-01-14 13:04:47 +00:00 |
|
Bart Schaefer
|
33686bdc98
|
fix "compadd -k assoc1 assoc2"
|
2004-11-05 16:19:19 +00:00 |
|
Wayne Davison
|
fb0937a69e
|
Marked unused parameters with the new UNUSED() macro.
|
2004-06-02 22:14:25 +00:00 |
|
Wayne Davison
|
b5d7902c20
|
Silenced three signed/unsigned comparison compiler warnings.
|
2004-05-28 19:23:47 +00:00 |
|
Peter Stephenson
|
815bc92148
|
a la 19209: zcalloc -> zshcalloc
|
2003-10-29 19:17:30 +00:00 |
|
Peter Stephenson
|
b38f3c9a17
|
18938: Export some data symbols.
|
2003-08-11 10:45:08 +00:00 |
|