Small fix to OutdentSelection

This commit is contained in:
Zachary Yedidia 2016-08-08 13:11:34 -05:00
parent c409f1cc07
commit 5a005e36b6

View file

@ -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 {