diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2016-08-04 19:32:34 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2016-08-04 19:32:34 +0900 |
commit | 7f052ed3e44176240d53a379674cf22fcb38807a (patch) | |
tree | 180c6549b4db3fe7c95517b063c4def2a3fcb644 | |
parent | 81f229a03770b9736a1daf499ba56d8d2340c2aa (diff) | |
download | zsh-7f052ed3e44176240d53a379674cf22fcb38807a.tar.gz zsh-7f052ed3e44176240d53a379674cf22fcb38807a.tar.xz zsh-7f052ed3e44176240d53a379674cf22fcb38807a.zip |
unposted: fix format in zle.yo
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index ae8d0ca39..3a1fee1fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-08-04 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * unposted: Doc/Zsh/zle.yo: fix format + 2016-08-03 Oliver Kiddle <opk@zsh.org> * 38989: Completion/BSD/Command/_freebsd-update, diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 1642c5b15..eaca1b3b1 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1782,7 +1782,7 @@ item(tt(down-case-word) (tt(ESC-L ESC-l)) (unbound) (unbound))( Convert the current word to all lowercase and move past it. ) tindex(vi-down-case) -item(tt(vi-down-case)) ((unbound) (tt(gu)) (unbound))( +item(tt(vi-down-case) (unbound) (tt(gu)) (unbound))( Read a movement command from the keyboard, and convert all characters from the cursor position to the endpoint of the movement to lowercase. If the movement command is tt(vi-down-case), swap the case of all @@ -1954,7 +1954,7 @@ item(tt(vi-unindent) (unbound) (tt(<)) (unbound))( Unindent a number of lines. ) tindex(vi-up-case) -item(tt(vi-up-case)) ((unbound) (tt(gU)) (unbound))( +item(tt(vi-up-case) (unbound) (tt(gU)) (unbound))( Read a movement command from the keyboard, and convert all characters from the cursor position to the endpoint of the movement to lowercase. If the movement command is tt(vi-up-case), swap the case of all |