1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

39824: test case for 39811 (commit ae4c035c)

This commit is contained in:
Barton E. Schaefer 2016-11-03 12:03:24 -07:00
parent 533d839384
commit 22e1139328
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2016-11-03 Barton E. Schaefer <schaefer@zsh.org>
* 39824: Test/X02zlevi.ztst: test case for 39811
2016-11-03 Peter Stephenson <p.stephenson@samsung.com>
* unposted: Src/Zle/zle_keymap.c: comment explaining putting
@ -22,6 +26,7 @@
to specify a vi register. (after users/22036)
2016-11-03 Daniel Hahler <zsh@thequod.de>
* 39822: Completion/Unix/Command/_git: remove "-A '-*'" with
_arguments for some commands.

View file

@ -244,6 +244,14 @@
>BUFFER: binging
>CURSOR: 3
print -u $ZTST_fd 'This test may hang the shell when it fails...'
zletest $'worm\erdhd..'
0:use of vi-repeat as the motion and repeat after a failed change
>BUFFER: word
>CURSOR: 2
F:For vi compatibility, "." should repeat the "rd" change after "d."
F:Update result to ">BUFFER: wodd" if compatibility is repaired.
zpty_run 'bindkey "^_" undo'
zletest $'undoc\037e'
0:use of undo in vi insert mode