Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39986, 39989: improve handling of vi-repeat-change | Oliver Kiddle | 2016-11-20 | 1 | -3/+7 |
| | | | | | | Save previous vi change and throw away a new change that fails. Add zle -f vichange to allow shell widget to be a single change. Fix repeat of command where numeric arguments were multiplied. | ||||
* | 39959: when repeating vi changes advance through the numbered killring registers | Oliver Kiddle | 2016-11-17 | 1 | -0/+15 |
| | | | | | Also fix numeric arguments with vi-repeat-change: and argument passed to the repeat replaces that previously saved with the change. | ||||
* | 39824: test case for 39811 (commit ae4c035c) | Barton E. Schaefer | 2016-11-03 | 1 | -0/+8 |
| | |||||
* | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 2015-11-21 | 1 | -1/+1 |
| | | | | ZTST_skip | ||||
* | 35029: improvements to newline handling for vi-mode word movement | Oliver Kiddle | 2015-05-04 | 1 | -0/+88 |
| | |||||
* | 34283: test X02 also needs zpty and shouldn't run on Cygwin | Peter Stephenson | 2015-01-14 | 1 | -1/+3 |
| | |||||
* | 33924: allow vi line/characterwise mode to be forced | Oliver Kiddle | 2014-12-08 | 1 | -0/+21 |
| | |||||
* | 33829: unbind ESC~ as a more reliable workaround | Jun-ichi Takimoto | 2014-12-07 | 1 | -0/+1 |
| | |||||
* | 33860: minor fixes to vi mode changes | Oliver Kiddle | 2014-12-05 | 1 | -0/+10 |
| | |||||
* | 33823: overwrite mode shouldn't replace newlines | Oliver Kiddle | 2014-11-30 | 1 | -0/+13 |
| | |||||
* | 33738: account for a selection in vi-replace-chars | Oliver Kiddle | 2014-11-21 | 1 | -0/+5 |
| | |||||
* | 33730: vim style text objects for selecting words | Oliver Kiddle | 2014-11-21 | 1 | -0/+39 |
| | |||||
* | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 2014-11-17 | 1 | -0/+109 |
| | | | | fixes for vim style visual selection changes | ||||
* | 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 |