about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Collapse)AuthorAgeFilesLines
...
* 29107: replace overlapping strcpy with memmoveBart Schaefer2011-04-291-4/+4
|
* Jun T.: 29031: increment global minfo state when inserting charactersBart Schaefer2011-04-241-0/+2
| | | | on the line during interactive menu selection.
* Fix compiler warning due to state.doff duplication.Wayne Davison2011-04-151-1/+1
|
* 28926: No newline after the last line in listlist() when printing the listBart Schaefer2011-03-281-1/+3
| | | | in a single column.
* Mikael: 28941: fix $CURSOR access when metafiedPeter Stephenson2011-03-271-1/+3
|
* 28886: Fix region_highlight dynamic updates for $PREDISPLAYPeter Stephenson2011-03-111-33/+70
|
* 28773: add zle-history-line-set widgetPeter Stephenson2011-02-181-0/+1
|
* 28772: Update regions in region highlight dynamicallyPeter Stephenson2011-02-186-51/+404
|
* 28671: better cursor positioning after undoPeter Stephenson2011-02-111-1/+3
|
* 28611: remove unused special behaviour for vi mark 26Peter Stephenson2011-01-111-9/+4
|
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-201-1/+1
| | | | use char * for pointer arithmetic rather than void *
* uncommitted: fix properlyPeter Stephenson2010-12-171-1/+1
|
* Mikael: users/15653: zle_highlight=(none) turns off suffix highlightingPeter Stephenson2010-12-171-1/+1
| | | | unposted: note suffix highlighting in NEWS
* lexsave/lexrestore lexflagsPeter Stephenson2010-12-143-10/+9
| | | | add new LEXFLAGS_ZLE
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-143-16/+16
| | | | Add (z+n+)
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-122-2/+2
|
* 28486: $compstate[parameter] needs untokenizingPeter Stephenson2010-12-061-0/+11
|
* 28363: fix insert bug refreshing zle with wide characteterPeter Stephenson2010-10-251-10/+32
|
* Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson2010-10-171-1/+3
|
* 28285: zle-isearch-update and zle-isearch-exitPeter Stephenson2010-10-061-0/+2
|
* 28282: new function zlecallhook()Peter Stephenson2010-09-203-34/+37
| | | | fix arguments to zle-keymap-select
* 28237: new parameter ZLE_LINE_ABORTEDPeter Stephenson2010-09-082-2/+11
| | | | 28241: don't list .safe with bindkey -lL
* 28229: can list individual keymapsPeter Stephenson2010-09-051-4/+18
|
* 28227: improved documentation on keymapsPeter Stephenson2010-09-051-10/+106
| | | | 28226: improve bindkey -lL for aliased keymaps
* 28202: unmetafy line for reversemenucompletePeter Stephenson2010-08-311-0/+2
|
* 28167: reset more variables on invalidating completion listPeter Stephenson2010-08-151-0/+2
|
* 28160, 28164: fix redisplay problem after display resetPeter Stephenson2010-08-131-1/+6
|
* 28122 (Frank) / 28139: add ZLE_STATEPeter Stephenson2010-08-111-0/+60
|
* Daiki Ueno: 28112: fix character width assignmentPeter Stephenson2010-08-021-1/+1
|
* users/15217: use top-level status when redrawing promptPeter Stephenson2010-07-311-0/+23
|
* <hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.Peter Stephenson2010-07-291-1/+1
| | | | Actually commit the code.
* 28102: use lstat() when checking ignore-parentsPeter Stephenson2010-07-261-3/+12
|
* 27926: fix completion suffix when inserting last wordPeter Stephenson2010-04-271-0/+1
|
* 27812: display invalid bytes in multibyte characters speciallyPeter Stephenson2010-03-223-13/+60
|
* Fix ZLE access to pushed history linePeter Stephenson2010-03-222-9/+20
|
* 27804: don't hang in isearch if invalid character foundPeter Stephenson2010-03-181-0/+2
|
* users/14732: Test X:/ rather than X: in CygwinPeter Stephenson2010-01-221-9/+34
|
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-1/+1
| | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled.
* 27479: prevent completions split across backslash-newlinePeter Stephenson2009-12-071-22/+58
| | | | from causing too much mayhem
* Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson2009-12-051-1/+15
| | | | 27466: document it
* 27441: add "sa" for suffix alias completion highlightingPeter Stephenson2009-11-301-6/+24
|
* 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could stepBart Schaefer2009-11-211-0/+17
| | | | | on sequentially earlier descriptions when completing for a word other than the last word on the command line.
* Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson2009-09-061-1/+1
|
* 27218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson2009-08-171-2/+16
|
* users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson2009-08-151-1/+9
|
* 27211: handle Cygwin device files & drives specially in compfilesPeter Stephenson2009-08-051-8/+66
|
* 27085: add accept-search handling to scrollist keymapPeter Stephenson2009-07-011-0/+2
|
* 27080: it wasnt possible to exit menu selection cleanlyPeter Stephenson2009-07-011-2/+18
|
* 26956: tidy up some zle variables for module unloadingPeter Stephenson2009-05-111-0/+4
| | | | note issue found on HP-UX
* 26984: ensure zle window sizes are reset with video dataPeter Stephenson2009-05-081-0/+2
|