Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 31350: block SIGWINCH nearly all the time, except | Bart Schaefer | 2013-04-30 | 1 | -0/+10 |
| | | | | | when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes. | ||||
* | 31272: Avoid double free, get_compctl should not free its arguments. | Bart Schaefer | 2013-04-20 | 1 | -1/+0 |
| | |||||
* | 31172: Let vared define custom init and finish hooks | Frank Terbeck | 2013-04-05 | 1 | -7/+14 |
| | | | | | | | | | | | Using this, you can do things like this in a more straight-forward manner: foo-init() { CURSOR=0; } zle -N foo-init foo=$'Some longer\nbuffer with\nmultiple lines.' vared -i foo-init foo | ||||
* | 31174: zle: Make sure state changes are refreshed after init hook | Frank Terbeck | 2013-04-05 | 1 | -2/+2 |
| | | | | | | | If `zrefresh' is not called _after_ the zle-line-init hook, any changes made to the editor's state (be it changes to $CURSOR or $BUFFER or called widgets like `clear-screen') will only be picked up after the first character is typed into the editor. | ||||
* | Jun. T: typo in vi-goto-mark | Peter Stephenson | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | 31037: return to previous position with vi-goto-mark using `` or '' | Oliver Kiddle | 2013-02-09 | 1 | -4/+12 |
| | |||||
* | users/17318: only increment the undo variable return value for the | Peter Stephenson | 2012-10-09 | 1 | -0/+11 |
| | | | | first request in a row | ||||
* | users/17314: ensure an undo change number | Peter Stephenson | 2012-10-09 | 1 | -10/+17 |
| | | | | | uniquely specifies a point in editing history by incrementing the value returned by the variable. | ||||
* | 30715: use enum lextok for variables containing lexical tokens | Peter Stephenson | 2012-10-05 | 1 | -6/+9 |
| | |||||
* | John Stahara: 30641: bindkey -N error report is misleading | Peter Stephenson | 2012-08-25 | 1 | -1/+1 |
| | | | | when copying keymap. | ||||
* | Aaron Scrab: 30604: make repeating vi skip character useful by ignoring | Peter Stephenson | 2012-08-13 | 1 | -7/+24 |
| | | | | character just matched | ||||
* | Aaron Schrab: 30603: repeating vi skip characters command caused bad position | Peter Stephenson | 2012-08-13 | 1 | -0/+2 |
| | |||||
* | unposted: fix trailing spaces from previous commit | Mikael Magnusson | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | 30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the ↵ | Mikael Magnusson | 2012-05-02 | 1 | -10/+18 |
| | | | | set-local-history zle widget | ||||
* | users/16932: implement $UNDO_CHANGE_NO and argument to undo widget | Peter Stephenson | 2012-03-29 | 3 | -2/+33 |
| | |||||
* | 30193: remnulargs() after poking into string in case length changes | Bart Schaefer | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Holger Macht via Ismail: 30185: openSUSE directory missed from | Peter Stephenson | 2012-02-07 | 1 | -1/+1 |
| | | | | module definition | ||||
* | 30084: `zle -T tc func' for zle testing of termcap output | Peter Stephenson | 2012-01-05 | 3 | -3/+144 |
| | |||||
* | queue_signals() to prevent adjustwinsize() loop on FreeBSD | Bart Schaefer | 2012-01-02 | 1 | -0/+14 |
| | |||||
* | 30033: silence valgrind warnings | Bart Schaefer | 2011-12-20 | 1 | -0/+1 |
| | |||||
* | 29891: make zle -lL with arguments work | Peter Stephenson | 2011-11-04 | 1 | -1/+11 |
| | |||||
* | 29859: compadd handles its own options | Peter Stephenson | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | 29820: _pick_variant -b to match builtin | Peter Stephenson | 2011-10-14 | 1 | -0/+41 |
| | |||||
* | users/16375: initialise nrefs on each loop in match tests | Peter Stephenson | 2011-09-18 | 1 | -4/+6 |
| | |||||
* | 29681: use [] to dereference region_highlights | Mikael Magnusson | 2011-08-17 | 1 | -7/+7 |
| | |||||
* | 29643: set incompfunc to zero when executing hook or trap function | Peter Stephenson | 2011-08-04 | 1 | -5/+0 |
| | |||||
* | 29644: work around _describe bug, plus cosmetic tweaks | Peter Stephenson | 2011-08-03 | 2 | -2/+14 |
| | |||||
* | 29542: fix crash in hbegin(), remove bad test | Peter Stephenson | 2011-07-12 | 1 | -1/+1 |
| | | | | 29543: fix backslash-newline within words with histlexwords | ||||
* | 29503: Missing popheap() on failed autoload | Peter Stephenson | 2011-06-23 | 1 | -4/+0 |
| | |||||
* | unposted: Remove additional for loop noticed by Mikael | Peter Stephenson | 2011-06-19 | 1 | -2/+0 |
| | |||||
* | 29491: remove some variables set but not used | Peter Stephenson | 2011-06-19 | 4 | -14/+6 |
| | |||||
* | 29459: Further fixes for parameter flag completion, | Peter Stephenson | 2011-06-04 | 1 | -2/+4 |
| | | | | plus drive-by fix for double-quoted parameter completion with flags | ||||
* | 29452: allow completion of parameter flags | Peter Stephenson | 2011-06-03 | 1 | -3/+13 |
| | |||||
* | 29374: exit ZLE immediately if exit pending when keypress expected | Peter Stephenson | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 2 | -2/+2 |
| | |||||
* | 29268: extra dupstring() for value to be used in completion match group | Peter Stephenson | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | 29267: add -enable-zsh-debug and use for debugging completion matcher groups | Peter Stephenson | 2011-05-14 | 5 | -6/+132 |
| | |||||
* | Danek: 29254: fix some compiler warnings | Peter Stephenson | 2011-05-13 | 1 | -1/+0 |
| | |||||
* | Jérémie Roquet: 29258: mark a couple more functions for export. | Peter Stephenson | 2011-05-13 | 1 | -2/+2 |
| | |||||
* | 29208: make vimatchbracket more useful in emacs mode | Mikael Magnusson | 2011-05-12 | 1 | -0/+3 |
| | |||||
* | 29165: use term.h globally if needed at all. | Peter Stephenson | 2011-05-09 | 8 | -144/+156 |
| | |||||
* | 29107: replace overlapping strcpy with memmove | Bart Schaefer | 2011-04-29 | 1 | -4/+4 |
| | |||||
* | Jun T.: 29031: increment global minfo state when inserting characters | Bart Schaefer | 2011-04-24 | 1 | -0/+2 |
| | | | | on the line during interactive menu selection. | ||||
* | Fix compiler warning due to state.doff duplication. | Wayne Davison | 2011-04-15 | 1 | -1/+1 |
| | |||||
* | 28926: No newline after the last line in listlist() when printing the list | Bart Schaefer | 2011-03-28 | 1 | -1/+3 |
| | | | | in a single column. | ||||
* | Mikael: 28941: fix $CURSOR access when metafied | Peter Stephenson | 2011-03-27 | 1 | -1/+3 |
| | |||||
* | 28886: Fix region_highlight dynamic updates for $PREDISPLAY | Peter Stephenson | 2011-03-11 | 1 | -33/+70 |
| | |||||
* | 28773: add zle-history-line-set widget | Peter Stephenson | 2011-02-18 | 1 | -0/+1 |
| | |||||
* | 28772: Update regions in region highlight dynamically | Peter Stephenson | 2011-02-18 | 6 | -51/+404 |
| | |||||
* | 28671: better cursor positioning after undo | Peter Stephenson | 2011-02-11 | 1 | -1/+3 |
| |