From 7f052ed3e44176240d53a379674cf22fcb38807a Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Thu, 4 Aug 2016 19:32:34 +0900 Subject: unposted: fix format in zle.yo --- Doc/Zsh/zle.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/zle.yo') 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 -- cgit 1.4.1