diff options
author | Clint Adams <clint@users.sourceforge.net> | 2011-06-05 05:40:53 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2011-06-05 05:40:53 +0000 |
commit | c0d2cb5d025290efd0301bce4ddb7ad23c129eae (patch) | |
tree | c4a39f388ed1948d314c4ba6f4afd5829c210fd6 /Functions | |
parent | d7582f006f950be2622bc0d5ff26aaaa20af3b7f (diff) | |
download | zsh-c0d2cb5d025290efd0301bce4ddb7ad23c129eae.tar.gz zsh-c0d2cb5d025290efd0301bce4ddb7ad23c129eae.tar.xz zsh-c0d2cb5d025290efd0301bce4ddb7ad23c129eae.zip |
fix whitespace in Functions/Zle/move-line-in-buffer
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Zle/move-line-in-buffer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/move-line-in-buffer b/Functions/Zle/move-line-in-buffer index 1a0efd9ca..5f37a9d71 100644 --- a/Functions/Zle/move-line-in-buffer +++ b/Functions/Zle/move-line-in-buffer @@ -12,5 +12,5 @@ local hno=$HISTNO curs=$CURSOR zle .${WIDGET:s/in-buffer/or-history} "$@" && - (( HISTNO != hno && (HISTNO=hno, CURSOR=curs) )) + (( HISTNO != hno && (HISTNO=hno, CURSOR=curs) )) return 0 |