Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paul 28538 / me 28540 / couple of unposted casts: | Peter Stephenson | 2010-12-20 | 1 | -1/+1 |
| | | | | use char * for pointer arithmetic rather than void * | ||||
* | uncommitted: fix properly | Peter Stephenson | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting | Peter Stephenson | 2010-12-17 | 1 | -1/+1 |
| | | | | unposted: note suffix highlighting in NEWS | ||||
* | lexsave/lexrestore lexflags | Peter Stephenson | 2010-12-14 | 3 | -10/+9 |
| | | | | add new LEXFLAGS_ZLE | ||||
* | 28528: Rearrange zleparse to lexflags | Peter Stephenson | 2010-12-14 | 3 | -16/+16 |
| | | | | Add (z+n+) | ||||
* | 28510: add (z+c+) and (z+C+) parameter flags | Peter Stephenson | 2010-12-12 | 2 | -2/+2 |
| | |||||
* | 28486: $compstate[parameter] needs untokenizing | Peter Stephenson | 2010-12-06 | 1 | -0/+11 |
| | |||||
* | 28363: fix insert bug refreshing zle with wide characteter | Peter Stephenson | 2010-10-25 | 1 | -10/+32 |
| | |||||
* | Mikael: 28356: don't increment old display line too far when refreshing | Peter Stephenson | 2010-10-17 | 1 | -1/+3 |
| | |||||
* | 28285: zle-isearch-update and zle-isearch-exit | Peter Stephenson | 2010-10-06 | 1 | -0/+2 |
| | |||||
* | 28282: new function zlecallhook() | Peter Stephenson | 2010-09-20 | 3 | -34/+37 |
| | | | | fix arguments to zle-keymap-select | ||||
* | 28237: new parameter ZLE_LINE_ABORTED | Peter Stephenson | 2010-09-08 | 2 | -2/+11 |
| | | | | 28241: don't list .safe with bindkey -lL | ||||
* | 28229: can list individual keymaps | Peter Stephenson | 2010-09-05 | 1 | -4/+18 |
| | |||||
* | 28227: improved documentation on keymaps | Peter Stephenson | 2010-09-05 | 1 | -10/+106 |
| | | | | 28226: improve bindkey -lL for aliased keymaps | ||||
* | 28202: unmetafy line for reversemenucomplete | Peter Stephenson | 2010-08-31 | 1 | -0/+2 |
| | |||||
* | 28167: reset more variables on invalidating completion list | Peter Stephenson | 2010-08-15 | 1 | -0/+2 |
| | |||||
* | 28160, 28164: fix redisplay problem after display reset | Peter Stephenson | 2010-08-13 | 1 | -1/+6 |
| | |||||
* | 28122 (Frank) / 28139: add ZLE_STATE | Peter Stephenson | 2010-08-11 | 1 | -0/+60 |
| | |||||
* | Daiki Ueno: 28112: fix character width assignment | Peter Stephenson | 2010-08-02 | 1 | -1/+1 |
| | |||||
* | users/15217: use top-level status when redrawing prompt | Peter Stephenson | 2010-07-31 | 1 | -0/+23 |
| | |||||
* | <hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer. | Peter Stephenson | 2010-07-29 | 1 | -1/+1 |
| | | | | Actually commit the code. | ||||
* | 28102: use lstat() when checking ignore-parents | Peter Stephenson | 2010-07-26 | 1 | -3/+12 |
| | |||||
* | 27926: fix completion suffix when inserting last word | Peter Stephenson | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | 27812: display invalid bytes in multibyte characters specially | Peter Stephenson | 2010-03-22 | 3 | -13/+60 |
| | |||||
* | Fix ZLE access to pushed history line | Peter Stephenson | 2010-03-22 | 2 | -9/+20 |
| | |||||
* | 27804: don't hang in isearch if invalid character found | Peter Stephenson | 2010-03-18 | 1 | -0/+2 |
| | |||||
* | users/14732: Test X:/ rather than X: in Cygwin | Peter Stephenson | 2010-01-22 | 1 | -9/+34 |
| | |||||
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 1 | -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-newline | Peter Stephenson | 2009-12-07 | 1 | -22/+58 |
| | | | | from causing too much mayhem | ||||
* | Mikael: 27453: highlighting for removable completion suffixes | Peter Stephenson | 2009-12-05 | 1 | -1/+15 |
| | | | | 27466: document it | ||||
* | 27441: add "sa" for suffix alias completion highlighting | Peter Stephenson | 2009-11-30 | 1 | -6/+24 |
| | |||||
* | 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step | Bart Schaefer | 2009-11-21 | 1 | -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 searches | Peter Stephenson | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | 27218: don't unquote $line generated in comparguments for _arguments | Peter Stephenson | 2009-08-17 | 1 | -2/+16 |
| | |||||
* | users/14307: end of command line in completion with variant zsh syntax | Peter Stephenson | 2009-08-15 | 1 | -1/+9 |
| | |||||
* | 27211: handle Cygwin device files & drives specially in compfiles | Peter Stephenson | 2009-08-05 | 1 | -8/+66 |
| | |||||
* | 27085: add accept-search handling to scrollist keymap | Peter Stephenson | 2009-07-01 | 1 | -0/+2 |
| | |||||
* | 27080: it wasnt possible to exit menu selection cleanly | Peter Stephenson | 2009-07-01 | 1 | -2/+18 |
| | |||||
* | 26956: tidy up some zle variables for module unloading | Peter Stephenson | 2009-05-11 | 1 | -0/+4 |
| | | | | note issue found on HP-UX | ||||
* | 26984: ensure zle window sizes are reset with video data | Peter Stephenson | 2009-05-08 | 1 | -0/+2 |
| | |||||
* | 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS | Peter Stephenson | 2009-04-24 | 3 | -18/+59 |
| | |||||
* | users/14041: bind : by default to execute-named-cmd in vicmd mode | Peter Stephenson | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | users/13902: make isearch return status useful | Peter Stephenson | 2009-03-13 | 2 | -21/+66 |
| | | | | add LASTABORTEDSEARCH variable | ||||
* | users/13903 fix vi search prompt and repeat | Peter Stephenson | 2009-03-13 | 1 | -1/+5 |
| | |||||
* | 26588: don't expand aliases in run-help | Peter Stephenson | 2009-02-20 | 1 | -2/+1 |
| | |||||
* | Danek Duvall: 26571: Additions for Solaris | Peter Stephenson | 2009-02-14 | 1 | -1/+1 |
| | |||||
* | 26466: suffix in certain matcher modes mishandled pattern | Peter Stephenson | 2009-01-29 | 1 | -7/+10 |
| | |||||
* | 26463: Greg Klanderman: add zle-line-finish widget | Peter Stephenson | 2009-01-28 | 3 | -7/+43 |
| | | | | | 26464: Greg Klanderman: fix insert-ids=single for menu completion 26465: Greg Klanderman: command keymap for execution | ||||
* | 26373: initialise variable in menu completion in attempt to prevent crash | Peter Stephenson | 2009-01-20 | 1 | -0/+1 |
| | |||||
* | 26366: add "isearch" keymap and "accept-search" functino | Peter Stephenson | 2009-01-19 | 3 | -0/+15 |
| |