Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33699: support short delays in zle tests where we | Oliver Kiddle | 2014-11-17 | 1 | -0/+6 |
| | | | | need KEYTIMEOUT to elapse | ||||
* | 33695: fix various vi-indent problems and vi-swap-case on a blank line | Oliver Kiddle | 2014-11-15 | 1 | -0/+21 |
| | |||||
* | 33669: allow an empty line to be yanked with yy | Oliver Kiddle | 2014-11-13 | 1 | -0/+7 |
| | | | | 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 | -0/+15 |
| | | | | and with backward bracket matching | ||||
* | 33604: fix change merging for vi mode where a change has just been undone | Oliver Kiddle | 2014-11-05 | 1 | -0/+6 |
| | |||||
* | 33593: support numeric argument to vi-join | Oliver Kiddle | 2014-11-03 | 1 | -0/+12 |
| | |||||
* | correct cursor position in test | Oliver Kiddle | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | 33570, 33576: make killring/yank-pop work in vi mode after | Oliver Kiddle | 2014-10-30 | 1 | -0/+28 |
| | | | | vi-put-before and vi-put-after | ||||
* | 33528: take notice of last column position when using vi-yank | Oliver Kiddle | 2014-10-29 | 1 | -0/+19 |
| | | | | and an upward cursor movement | ||||
* | 33520: correct cursor positioning following a vi mode yank operation | Oliver Kiddle | 2014-10-24 | 1 | -0/+22 |
| | |||||
* | 33519: last character in the buffer can be cut, changed or yanked using ↵ | Oliver Kiddle | 2014-10-23 | 1 | -0/+5 |
| | | | | vi-forward-char | ||||
* | 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵ | Oliver Kiddle | 2014-10-23 | 1 | -0/+60 |
| | | | | zle widget | ||||
* | 32497: avoid using comptesteval in the middle of a series of tests | Barton E. Schaefer | 2014-03-18 | 1 | -6/+6 |
| | | | | | The change in control required for sourcing the command file can confuse the simulated interactive input | ||||
* | 32389 (with Jun Takimoto): additional PTY and keybinding adjustments | Barton E. Schaefer | 2014-02-15 | 1 | -2/+2 |
| | |||||
* | 32355: document and test vi mode undo changes | Oliver Kiddle | 2014-02-05 | 1 | -0/+57 |
| | |||||
* | 31041: add support for testing line editor widgets from the test suite | Oliver Kiddle | 2013-02-12 | 1 | -0/+20 |