mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 05:47:06 +09:00
Fix minor autoindent bug
This commit is contained in:
@@ -121,7 +121,7 @@ func (l Loc) Move(n int, buf *Buffer) Loc {
|
||||
return l
|
||||
}
|
||||
for i := 0; i < Abs(n); i++ {
|
||||
return l.left(buf)
|
||||
l = l.left(buf)
|
||||
}
|
||||
return l
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user