noop: Whitespace changes only.
./.editorconfig is already set correctly.
This commit is contained in:
parent
dc70e89bfd
commit
4a043b4d15
@ -206,7 +206,7 @@ run_test() {
|
|||||||
local ret=$pipestatus[1] stderr=$pipestatus[2]
|
local ret=$pipestatus[1] stderr=$pipestatus[2]
|
||||||
if (( ! stderr )); then
|
if (( ! stderr )); then
|
||||||
# stdout will become stderr
|
# stdout will become stderr
|
||||||
echo "Bail out! On ${(qq)1}: output on stderr"; return 1
|
echo "Bail out! On ${(qq)1}: output on stderr"; return 1
|
||||||
else
|
else
|
||||||
return $ret
|
return $ret
|
||||||
fi
|
fi
|
||||||
|
@ -161,12 +161,12 @@ _zsh_highlight()
|
|||||||
(( REGION_ACTIVE )) || return
|
(( REGION_ACTIVE )) || return
|
||||||
integer min max
|
integer min max
|
||||||
if (( MARK > CURSOR )) ; then
|
if (( MARK > CURSOR )) ; then
|
||||||
min=$CURSOR max=$MARK
|
min=$CURSOR max=$MARK
|
||||||
else
|
else
|
||||||
min=$MARK max=$CURSOR
|
min=$MARK max=$CURSOR
|
||||||
fi
|
fi
|
||||||
if (( REGION_ACTIVE == 1 )); then
|
if (( REGION_ACTIVE == 1 )); then
|
||||||
[[ $KEYMAP = vicmd ]] && (( max++ ))
|
[[ $KEYMAP = vicmd ]] && (( max++ ))
|
||||||
elif (( REGION_ACTIVE == 2 )); then
|
elif (( REGION_ACTIVE == 2 )); then
|
||||||
local needle=$'\n'
|
local needle=$'\n'
|
||||||
# CURSOR and MARK are 0 indexed between letters like region_highlight
|
# CURSOR and MARK are 0 indexed between letters like region_highlight
|
||||||
|
Loading…
Reference in New Issue
Block a user