File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments