Skip to content

Commit 4a043b4

Browse files
committed
noop: Whitespace changes only.
./.editorconfig is already set correctly.
1 parent dc70e89 commit 4a043b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test-highlighting.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ run_test() {
206206
local ret=$pipestatus[1] stderr=$pipestatus[2]
207207
if (( ! stderr )); then
208208
# stdout will become stderr
209-
echo "Bail out! On ${(qq)1}: output on stderr"; return 1
209+
echo "Bail out! On ${(qq)1}: output on stderr"; return 1
210210
else
211211
return $ret
212212
fi

zsh-syntax-highlighting.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ _zsh_highlight()
161161
(( REGION_ACTIVE )) || return
162162
integer min max
163163
if (( MARK > CURSOR )) ; then
164-
min=$CURSOR max=$MARK
164+
min=$CURSOR max=$MARK
165165
else
166-
min=$MARK max=$CURSOR
166+
min=$MARK max=$CURSOR
167167
fi
168168
if (( REGION_ACTIVE == 1 )); then
169-
[[ $KEYMAP = vicmd ]] && (( max++ ))
169+
[[ $KEYMAP = vicmd ]] && (( max++ ))
170170
elif (( REGION_ACTIVE == 2 )); then
171171
local needle=$'\n'
172172
# CURSOR and MARK are 0 indexed between letters like region_highlight

0 commit comments

Comments
 (0)