diff options
| author | Oliver Kiddle <opk@zsh.org> | 2014-10-30 21:52:18 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2014-10-30 21:52:36 +0100 |
| commit | fd302c9837b0034962471b9288b182e2525ba1d8 (patch) | |
| tree | 9b47d9b32d8612077b25aeb5ea937725c8946b70 /Doc/Zsh | |
| parent | Merge branch 'master' of git://git.code.sf.net/p/zsh/code (diff) | |
| download | zsh-fd302c9837b0034962471b9288b182e2525ba1d8.tar zsh-fd302c9837b0034962471b9288b182e2525ba1d8.tar.gz zsh-fd302c9837b0034962471b9288b182e2525ba1d8.tar.bz2 zsh-fd302c9837b0034962471b9288b182e2525ba1d8.tar.lz zsh-fd302c9837b0034962471b9288b182e2525ba1d8.tar.xz zsh-fd302c9837b0034962471b9288b182e2525ba1d8.tar.zst zsh-fd302c9837b0034962471b9288b182e2525ba1d8.zip | |
33570, 33576: make killring/yank-pop work in vi mode after
vi-put-before and vi-put-after
Diffstat (limited to 'Doc/Zsh')
| -rw-r--r-- | Doc/Zsh/zle.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 881e56b19..06b165963 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1786,7 +1786,7 @@ tindex(yank-pop) item(tt(yank-pop) (ESC-y) (unbound) (unbound))( Remove the text just yanked, rotate the kill-ring (the history of previously killed text) and yank the new top. Only works following -tt(yank) or tt(yank-pop). +tt(yank), tt(vi-put-before), tt(vi-put-after) or tt(yank-pop). ) tindex(vi-yank) item(tt(vi-yank) (unbound) (y) (unbound))( |
