Peter Stephenson
|
45faf8f5b2
|
29891: make zle -lL with arguments work
|
2011-11-04 14:14:26 +00:00 |
|
Peter Stephenson
|
31c422299d
|
29859: compadd handles its own options
|
2011-10-26 12:45:10 +00:00 |
|
Peter Stephenson
|
8dc39360c9
|
29820: _pick_variant -b to match builtin
|
2011-10-14 19:01:41 +00:00 |
|
Peter Stephenson
|
84f8330e0d
|
users/16375: initialise nrefs on each loop in match tests
|
2011-09-18 17:44:12 +00:00 |
|
Mikael Magnusson
|
cd3acd762d
|
29681: use [] to dereference region_highlights
|
2011-08-17 10:15:49 +00:00 |
|
Peter Stephenson
|
a3ae9f5d12
|
29643: set incompfunc to zero when executing hook or trap function
|
2011-08-04 08:30:50 +00:00 |
|
Peter Stephenson
|
4a3ce8ab89
|
29644: work around _describe bug, plus cosmetic tweaks
|
2011-08-03 20:57:32 +00:00 |
|
Peter Stephenson
|
a05a51ce8a
|
29542: fix crash in hbegin(), remove bad test
29543: fix backslash-newline within words with histlexwords
|
2011-07-12 08:37:11 +00:00 |
|
Peter Stephenson
|
e1680e6840
|
29503: Missing popheap() on failed autoload
|
2011-06-23 19:29:24 +00:00 |
|
Peter Stephenson
|
437d5d98f6
|
unposted: Remove additional for loop noticed by Mikael
|
2011-06-19 19:42:41 +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
|
54acd80359
|
29374: exit ZLE immediately if exit pending when keypress expected
|
2011-05-26 09:19:11 +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
|
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
|
9c0a19669b
|
Danek: 29254: fix some compiler warnings
|
2011-05-13 18:12:05 +00:00 |
|
Peter Stephenson
|
a5ff5b61a4
|
Jérémie Roquet: 29258: mark a couple more functions for export.
|
2011-05-13 11:59:05 +00:00 |
|
Mikael Magnusson
|
1ac8412d6f
|
29208: make vimatchbracket more useful in emacs mode
|
2011-05-12 15:55:12 +00:00 |
|
Peter Stephenson
|
d89361739a
|
29165: use term.h globally if needed at all.
|
2011-05-09 09:49:08 +00:00 |
|
Bart Schaefer
|
2938c58c82
|
29107: replace overlapping strcpy with memmove
|
2011-04-29 15:23:33 +00:00 |
|
Bart Schaefer
|
ecb32c6b12
|
Jun T.: 29031: increment global minfo state when inserting characters
on the line during interactive menu selection.
|
2011-04-24 19:10:20 +00:00 |
|
Wayne Davison
|
c06f5b4556
|
Fix compiler warning due to state.doff duplication.
|
2011-04-15 14:56:53 +00:00 |
|
Bart Schaefer
|
67847a96ee
|
28926: No newline after the last line in listlist() when printing the list
in a single column.
|
2011-03-28 04:50:20 +00:00 |
|
Peter Stephenson
|
e4059eedc7
|
Mikael: 28941: fix $CURSOR access when metafied
|
2011-03-27 17:55:41 +00:00 |
|
Peter Stephenson
|
cc69ecfb9e
|
28886: Fix region_highlight dynamic updates for $PREDISPLAY
|
2011-03-11 10:33:33 +00:00 |
|
Peter Stephenson
|
24e97ba046
|
28773: add zle-history-line-set widget
|
2011-02-18 22:34:29 +00:00 |
|
Peter Stephenson
|
212ca9edf9
|
28772: Update regions in region highlight dynamically
|
2011-02-18 22:08:45 +00:00 |
|
Peter Stephenson
|
459953f029
|
28671: better cursor positioning after undo
|
2011-02-11 19:32:21 +00:00 |
|
Peter Stephenson
|
fe59d196a0
|
28611: remove unused special behaviour for vi mark 26
|
2011-01-11 20:12:18 +00:00 |
|
Peter Stephenson
|
a7bc22ca00
|
Paul 28538 / me 28540 / couple of unposted casts:
use char * for pointer arithmetic rather than void *
|
2010-12-20 10:28:43 +00:00 |
|
Peter Stephenson
|
655174ca42
|
uncommitted: fix properly
|
2010-12-17 23:05:31 +00:00 |
|
Peter Stephenson
|
a9421446d2
|
Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting
unposted: note suffix highlighting in NEWS
|
2010-12-17 14:01:23 +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
|
0a5702457b
|
28510: add (z+c+) and (z+C+) parameter flags
|
2010-12-12 22:44:50 +00:00 |
|
Peter Stephenson
|
3e97b749f4
|
28486: $compstate[parameter] needs untokenizing
|
2010-12-06 10:49:51 +00:00 |
|
Peter Stephenson
|
73d622e9c4
|
28363: fix insert bug refreshing zle with wide characteter
|
2010-10-25 14:59:18 +00:00 |
|
Peter Stephenson
|
467cd12e13
|
Mikael: 28356: don't increment old display line too far when refreshing
|
2010-10-17 17:59:27 +00:00 |
|
Peter Stephenson
|
22899d3788
|
28285: zle-isearch-update and zle-isearch-exit
|
2010-10-06 08:25:28 +00:00 |
|
Peter Stephenson
|
8856dc878e
|
28282: new function zlecallhook()
fix arguments to zle-keymap-select
|
2010-09-20 09:27:46 +00:00 |
|
Peter Stephenson
|
7e5a7a9135
|
28237: new parameter ZLE_LINE_ABORTED
28241: don't list .safe with bindkey -lL
|
2010-09-08 12:32:32 +00:00 |
|
Peter Stephenson
|
ff955f61b4
|
28229: can list individual keymaps
|
2010-09-05 20:39:08 +00:00 |
|
Peter Stephenson
|
17dee17e4e
|
28227: improved documentation on keymaps
28226: improve bindkey -lL for aliased keymaps
|
2010-09-05 19:24:44 +00:00 |
|
Peter Stephenson
|
afc3a7c412
|
28202: unmetafy line for reversemenucomplete
|
2010-08-31 18:09:15 +00:00 |
|
Peter Stephenson
|
a15007fe64
|
28167: reset more variables on invalidating completion list
|
2010-08-15 18:40:04 +00:00 |
|
Peter Stephenson
|
8e5061d0c6
|
28160, 28164: fix redisplay problem after display reset
|
2010-08-13 08:52:06 +00:00 |
|
Peter Stephenson
|
80eee3a4a3
|
28122 (Frank) / 28139: add ZLE_STATE
|
2010-08-11 12:48:19 +00:00 |
|
Peter Stephenson
|
edcd71603d
|
Daiki Ueno: 28112: fix character width assignment
|
2010-08-02 09:02:30 +00:00 |
|