mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 05:47:06 +09:00
Small fix to OutdentSelection
This commit is contained in:
@@ -362,7 +362,7 @@ func (v *View) OutdentSelection() bool {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if i == end {
|
if i == end {
|
||||||
v.Cursor.CurSelection[1] = Loc{endX, end}
|
v.Cursor.CurSelection[1] = Loc{endX - j, end}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user