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