Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-17 | 34905: no parse error after keyboard interrupt. | Peter Stephenson | 1 | -1/+2 | |
Handled generally, though only showing up in special nested cases. Also fix ZLE so it doesn't cancel the interrupt flag when not actually returning from a local keymap. | |||||
2014-12-18 | 34002: zshcalloc() in init_keymaps() | Barton E. Schaefer | 1 | -1/+1 | |
2014-12-13 | 33956: document key binding changes and remove ^X binding | Oliver Kiddle | 1 | -0/+1 | |
2014-12-13 | 33846: additional default vi-mode key bindings | Oliver Kiddle | 1 | -0/+7 | |
2014-12-12 | 33950: ignore KEYTIMEOUT for vi operators | Oliver Kiddle | 1 | -1/+7 | |
2014-12-11 | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 1 | -0/+10 | |
Combination of 12 commits from interrupt_abort branch. Basic strategy is to introduce bits to errflag and to set and reset them separately. Remove interrupt status on return to main keymap. Turn off ERRFLAG_INT for always block. Restore bit thereafter: we probably need a new variable in order to allow user interrupts to be reset in the always block. Add TRY_BLOCK_INTERRUPT This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too. Ensure propagation of SIGINT from exited job. If received by foreground job, shell uses ERRFLAG_INT, not ERRFLAG_ERROR, to set the new state. Reset errflag before precmd() Add always block in _main_completion to fix ZLS_COLORS Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles. | |||||
2014-11-21 | 33730: vim style text objects for selecting words | Oliver Kiddle | 1 | -0/+6 | |
2014-11-17 | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 1 | -1/+21 | |
fixes for vim style visual selection changes | |||||
2014-11-04 | 33596: make local keymap keybinding hide global keymap | Oliver Kiddle | 1 | -1/+1 | |
binding that is a prefix of the local binding | |||||
2012-08-25 | John Stahara: 30641: bindkey -N error report is misleading | Peter Stephenson | 1 | -1/+1 | |
when copying keymap. | |||||
2011-12-20 | 30033: silence valgrind warnings | Bart Schaefer | 1 | -0/+1 | |
2010-09-20 | 28282: new function zlecallhook() | Peter Stephenson | 1 | -13/+2 | |
fix arguments to zle-keymap-select | |||||
2010-09-08 | 28237: new parameter ZLE_LINE_ABORTED | Peter Stephenson | 1 | -2/+8 | |
28241: don't list .safe with bindkey -lL | |||||
2010-09-05 | 28229: can list individual keymaps | Peter Stephenson | 1 | -4/+18 | |
2010-09-05 | 28227: improved documentation on keymaps | Peter Stephenson | 1 | -10/+106 | |
28226: improve bindkey -lL for aliased keymaps | |||||
2009-01-28 | 26463: Greg Klanderman: add zle-line-finish widget | Peter Stephenson | 1 | -4/+11 | |
26464: Greg Klanderman: fix insert-ids=single for menu completion 26465: Greg Klanderman: command keymap for execution | |||||
2009-01-19 | 26366: add "isearch" keymap and "accept-search" functino | Peter Stephenson | 1 | -0/+4 | |
2008-11-11 | 26024: don't leave ref count incremented when aborting bindkey with an error | Oliver Kiddle | 1 | -1/+2 | |
2008-04-03 | 24786: handle read -t properly in zle via getbyte() | Peter Stephenson | 1 | -1/+1 | |
2006-09-10 | 22684: improve getkeystring() interface and make printf do octal escapes | Peter Stephenson | 1 | -5/+6 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -22/+20 | |
2006-04-25 | this one got missed | Peter Stephenson | 1 | -1/+1 | |
2006-04-23 | users/10172: new zle command read-command | Peter Stephenson | 1 | -0/+13 | |
2006-01-28 | 22169: hook function zle-keymap-select called when $KEYMAP changes | Peter Stephenson | 1 | -1/+17 | |
2005-10-28 | unposted: bit I missed in 21945 | Peter Stephenson | 1 | -1/+1 | |
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -3/+3 | |
use multibyte versions of nicechar wherever possible. | |||||
2005-09-29 | 21784: Improved character widths for formatted multibyte character output | Peter Stephenson | 1 | -4/+6 | |
2005-09-29 | 21770: tweak 21760 to avoid conflicts with global bindings | Bart Schaefer | 1 | -3/+2 | |
2005-09-24 | 21760: fix test for sequence prefixes in the local keymap in getkeymapcmd() | Bart Schaefer | 1 | -6/+12 | |
2005-09-09 | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵ | Peter Stephenson | 1 | -1/+1 | |
invalid characters or EOF | |||||
2005-08-15 | 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems. | Peter Stephenson | 1 | -0/+4 | |
2005-02-18 | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 1 | -5/+32 | |
20823: Debugging test in stat wrong for 64-bit systems | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -11/+11 | |
2004-04-06 | 19733 with docs tweaked: keymaps for vared and zed | Peter Stephenson | 1 | -5/+16 | |
2004-03-08 | 19553: rename c in zle to lastchar | Peter Stephenson | 1 | -4/+4 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -3/+3 | |
2003-05-22 | 18559, 18562: make modules use proper option arguments | Peter Stephenson | 1 | -5/+1 | |
2003-05-14 | 18536: EMACS and VI compatibility options | Peter Stephenson | 1 | -0/+10 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -25/+26 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2001-09-03 | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 1 | -1/+4 | |
examine the current selection. | |||||
2001-04-19 | bindkey -rp removes prefix bindings; bindkey -p bugfix | Peter Stephenson | 1 | -4/+38 | |
2001-03-28 | Add `bindkey -p' | Peter Stephenson | 1 | -1/+21 | |
2001-03-14 | 13633: don't use termcap cursor keys if single key which is already bound | Peter Stephenson | 1 | -1/+13 | |
2001-03-13 | 13611, 13615: Bind cursor keys using termcap, including in viins. | Peter Stephenson | 1 | -19/+67 | |
2000-12-18 | Back out 13285. | Bart Schaefer | 1 | -4/+4 | |
2000-12-16 | 13285: use vi-up and -down in vicmd mode | Clint Adams | 1 | -40/+56 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+1238 | |