1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-24 17:00:32 +02:00

fix whitespace in Functions/Zle/move-line-in-buffer

This commit is contained in:
Clint Adams 2011-06-05 05:40:53 +00:00
parent d7582f006f
commit c0d2cb5d02
2 changed files with 7 additions and 2 deletions

View file

@ -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