Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33956: document key binding changes and remove ^X binding | Oliver Kiddle | 2014-12-13 | 2 | -1/+2 |
| | |||||
* | 33846: additional default vi-mode key bindings | Oliver Kiddle | 2014-12-13 | 3 | -5/+12 |
| | |||||
* | 33950: ignore KEYTIMEOUT for vi operators | Oliver Kiddle | 2014-12-12 | 3 | -12/+19 |
| | |||||
* | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 2014-12-11 | 10 | -20/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | 33924: allow vi line/characterwise mode to be forced | Oliver Kiddle | 2014-12-08 | 4 | -3/+26 |
| | |||||
* | 33860: minor fixes to vi mode changes | Oliver Kiddle | 2014-12-05 | 4 | -44/+52 |
| | |||||
* | 33845: save correct cursor position with push-line from vi command mode | Oliver Kiddle | 2014-12-05 | 1 | -0/+2 |
| | |||||
* | 33823: overwrite mode shouldn't replace newlines | Oliver Kiddle | 2014-11-30 | 1 | -11/+10 |
| | |||||
* | 33800: remove old workaround for ancient systems to | Oliver Kiddle | 2014-11-30 | 1 | -41/+2 |
| | | | | consume typeahead before setting up the terminal | ||||
* | 33818: fix types passed to sizeof detected by coverity as being wrong | Oliver Kiddle | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | 33815: Fix word transposition bug. | Marc Finet | 2014-11-28 | 1 | -1/+0 |
| | | | | With a one-character word the wrong two words could be transposed. | ||||
* | 33770: avoid calling identical FIONREAD ioctl twice in succession | Oliver Kiddle | 2014-11-25 | 1 | -9/+5 |
| | |||||
* | 33738: account for a selection in vi-replace-chars | Oliver Kiddle | 2014-11-21 | 1 | -8/+35 |
| | |||||
* | 33730: vim style text objects for selecting words | Oliver Kiddle | 2014-11-21 | 4 | -1/+335 |
| | |||||
* | unposted: reindent large block | Oliver Kiddle | 2014-11-17 | 1 | -69/+68 |
| | |||||
* | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 2014-11-17 | 4 | -13/+26 |
| | | | | fixes for vim style visual selection changes | ||||
* | 33636: add support for a linewise visual selection mode | Oliver Kiddle | 2014-11-17 | 5 | -11/+92 |
| | |||||
* | 33635: adapt region to function as vim style visual selection mode | Oliver Kiddle | 2014-11-17 | 5 | -13/+70 |
| | |||||
* | 33700: new widget for put in vim style visual selection mode | Oliver Kiddle | 2014-11-17 | 3 | -5/+59 |
| | |||||
* | 33633: support vim style text objects | Oliver Kiddle | 2014-11-17 | 1 | -2/+13 |
| | |||||
* | 33632: use viopp and visual local keymaps if they exist | Oliver Kiddle | 2014-11-17 | 2 | -1/+9 |
| | |||||
* | 33697: new vim style vi-backward-word-end widgets | Oliver Kiddle | 2014-11-15 | 2 | -3/+66 |
| | |||||
* | 33696: simple up/down line widgets that don't go through history lines | Oliver Kiddle | 2014-11-15 | 2 | -10/+12 |
| | |||||
* | 33695: fix various vi-indent problems and vi-swap-case on a blank line | Oliver Kiddle | 2014-11-15 | 1 | -4/+10 |
| | |||||
* | 33669: allow an empty line to be yanked with yy | Oliver Kiddle | 2014-11-13 | 1 | -2/+3 |
| | | | | This by allocating 1 byte instead of 0 for the empty buffer. | ||||
* | 33639: fix bug with vi operators on a blank line | Oliver Kiddle | 2014-11-09 | 1 | -9/+3 |
| | | | | and with backward bracket matching | ||||
* | 33624: keep region active when widget fails | Oliver Kiddle | 2014-11-07 | 1 | -1/+0 |
| | |||||
* | 33604: fix change merging for vi mode where a change has just been undone | Oliver Kiddle | 2014-11-05 | 2 | -5/+5 |
| | |||||
* | 33596: make local keymap keybinding hide global keymap | Oliver Kiddle | 2014-11-04 | 1 | -1/+1 |
| | | | | binding that is a prefix of the local binding | ||||
* | 33593: support numeric argument to vi-join | Oliver Kiddle | 2014-11-03 | 1 | -14/+21 |
| | |||||
* | 33575: reset vi change start position if text is inserted | Oliver Kiddle | 2014-11-03 | 2 | -1/+4 |
| | | | | before it or on history movement | ||||
* | 33570, 33576: make killring/yank-pop work in vi mode after | Oliver Kiddle | 2014-10-30 | 4 | -87/+97 |
| | | | | vi-put-before and vi-put-after | ||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-10-29 | 2 | -15/+25 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 33528: take notice of last column position when using vi-yank | Oliver Kiddle | 2014-10-29 | 2 | -15/+25 |
| | | | | | | | | and an upward cursor movement | ||||
* | | 33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko ↵ | Barton E. Schaefer | 2014-10-29 | 1 | -6/+6 |
|/ | | | | | | | | in status message for INT/QUIT signals; check errflag in output loops Two semi-related patches for keyboard interrupt handling in completion, most importantly so that unexpectedly long completion listings can be interrupted. | ||||
* | 33480, slightly tweaked: fix for $' completion. | Peter Stephenson | 2014-10-24 | 1 | -4/+11 |
| | | | | | | | Improves case where completing after the $' but before any closing quote, or if the closing quote is absent. No other change --- we still don't attempt to exand the quotes if we're inside them. | ||||
* | 33520: correct cursor positioning following a vi mode yank operation | Oliver Kiddle | 2014-10-24 | 1 | -1/+8 |
| | |||||
* | 33519: last character in the buffer can be cut, changed or yanked using ↵ | Oliver Kiddle | 2014-10-23 | 1 | -1/+1 |
| | | | | vi-forward-char | ||||
* | 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵ | Oliver Kiddle | 2014-10-23 | 3 | -7/+20 |
| | | | | zle widget | ||||
* | 33514: even with a named vi buffer, we should update the default buffer | Oliver Kiddle | 2014-10-23 | 1 | -1/+0 |
| | |||||
* | 33513: vi mode deletions should replace cut buffer not append to it | Oliver Kiddle | 2014-10-23 | 1 | -4/+4 |
| | |||||
* | 33512: add support for "0 vi buffer and yank to it | Oliver Kiddle | 2014-10-23 | 4 | -14/+22 |
| | |||||
* | 33515: suppress parser error messages in comp_match() | Barton E. Schaefer | 2014-10-22 | 1 | -0/+3 |
| | |||||
* | 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion | Barton E. Schaefer | 2014-10-02 | 1 | -0/+2 |
| | | | | add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line. | ||||
* | Fix some compiler warnings in Zle | Peter Stephenson | 2014-09-30 | 2 | -3/+2 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 1 | -12/+0 |
| | |||||
* | 32958: bitwise logic fix | Miles Ohlrich | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | 32600: in _arguments, "-" is not an option letter after another "-" | m0viefreak | 2014-05-08 | 1 | -3/+7 |
| | |||||
* | 32540: in doexpandhist(), discard saved line position data rather than ↵ | Barton E. Schaefer | 2014-04-13 | 2 | -1/+22 |
| | | | | restoring from it (updates 32531). | ||||
* | 32531: fix memory leaks detected by valgrind | Barton E. Schaefer | 2014-04-06 | 2 | -0/+4 |
| |