Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-16 | 51215: consume whole CSI sequences from the input | Oliver Kiddle | 1 | -0/+7 | |
This affects CSI sequences that aren't explicitly bound but arrive within the usual KEYTIMEOUT time limits. A single undefined-key widget is run instead of unintended bindings for Escape and other characters in the sequence. | |||||
2022-09-15 | 50629: do not use egrep in tests | Jun-ichi Takimoto | 1 | -10/+1 | |
2021-01-20 | 47849: do not skip tests requiring zpty on Cygwin | Jun-ichi Takimoto | 1 | -3/+1 | |
2017-12-18 | 42116: multibyte support for ZLE vi-mode word motion | Jun-ichi Takimoto | 1 | -5/+24 | |
2016-11-20 | 39986, 39989: improve handling of vi-repeat-change | Oliver Kiddle | 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. | |||||
2016-11-17 | 39959: when repeating vi changes advance through the numbered killring registers | Oliver Kiddle | 1 | -0/+15 | |
Also fix numeric arguments with vi-repeat-change: and argument passed to the repeat replaces that previously saved with the change. | |||||
2016-11-03 | 39824: test case for 39811 (commit ae4c035c) | Barton E. Schaefer | 1 | -0/+8 | |
2015-11-21 | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 1 | -1/+1 | |
ZTST_skip | |||||
2015-05-04 | 35029: improvements to newline handling for vi-mode word movement | Oliver Kiddle | 1 | -0/+88 | |
2015-01-14 | 34283: test X02 also needs zpty and shouldn't run on Cygwin | Peter Stephenson | 1 | -1/+3 | |
2014-12-08 | 33924: allow vi line/characterwise mode to be forced | Oliver Kiddle | 1 | -0/+21 | |
2014-12-07 | 33829: unbind ESC~ as a more reliable workaround | Jun-ichi Takimoto | 1 | -0/+1 | |
2014-12-05 | 33860: minor fixes to vi mode changes | Oliver Kiddle | 1 | -0/+10 | |
2014-11-30 | 33823: overwrite mode shouldn't replace newlines | Oliver Kiddle | 1 | -0/+13 | |
2014-11-21 | 33738: account for a selection in vi-replace-chars | Oliver Kiddle | 1 | -0/+5 | |
2014-11-21 | 33730: vim style text objects for selecting words | Oliver Kiddle | 1 | -0/+39 | |
2014-11-17 | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 1 | -0/+109 | |
fixes for vim style visual selection changes | |||||
2014-11-17 | 33699: support short delays in zle tests where we | Oliver Kiddle | 1 | -0/+6 | |
need KEYTIMEOUT to elapse | |||||
2014-11-15 | 33695: fix various vi-indent problems and vi-swap-case on a blank line | Oliver Kiddle | 1 | -0/+21 | |
2014-11-13 | 33669: allow an empty line to be yanked with yy | Oliver Kiddle | 1 | -0/+7 | |
This by allocating 1 byte instead of 0 for the empty buffer. | |||||
2014-11-09 | 33639: fix bug with vi operators on a blank line | Oliver Kiddle | 1 | -0/+15 | |
and with backward bracket matching | |||||
2014-11-05 | 33604: fix change merging for vi mode where a change has just been undone | Oliver Kiddle | 1 | -0/+6 | |
2014-11-03 | 33593: support numeric argument to vi-join | Oliver Kiddle | 1 | -0/+12 | |
2014-10-31 | correct cursor position in test | Oliver Kiddle | 1 | -1/+1 | |
2014-10-30 | 33570, 33576: make killring/yank-pop work in vi mode after | Oliver Kiddle | 1 | -0/+28 | |
vi-put-before and vi-put-after | |||||
2014-10-29 | 33528: take notice of last column position when using vi-yank | Oliver Kiddle | 1 | -0/+19 | |
and an upward cursor movement | |||||
2014-10-24 | 33520: correct cursor positioning following a vi mode yank operation | Oliver Kiddle | 1 | -0/+22 | |
2014-10-23 | 33519: last character in the buffer can be cut, changed or yanked using ↵ | Oliver Kiddle | 1 | -0/+5 | |
vi-forward-char | |||||
2014-10-23 | 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵ | Oliver Kiddle | 1 | -0/+60 | |
zle widget | |||||
2014-03-18 | 32497: avoid using comptesteval in the middle of a series of tests | Barton E. Schaefer | 1 | -6/+6 | |
The change in control required for sourcing the command file can confuse the simulated interactive input | |||||
2014-02-15 | 32389 (with Jun Takimoto): additional PTY and keybinding adjustments | Barton E. Schaefer | 1 | -2/+2 | |
2014-02-05 | 32355: document and test vi mode undo changes | Oliver Kiddle | 1 | -0/+57 | |
2013-02-12 | 31041: add support for testing line editor widgets from the test suite | Oliver Kiddle | 1 | -0/+20 | |