mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
chore: fix some typos (#3239)
Signed-off-by: lvyaoting <lvyaoting@outlook.com>
This commit is contained in:
@@ -1011,7 +1011,7 @@ func (b *Buffer) MergeCursors() {
|
||||
b.EventHandler.active = b.curCursor
|
||||
}
|
||||
|
||||
// UpdateCursors updates all the cursors indicies
|
||||
// UpdateCursors updates all the cursors indices
|
||||
func (b *Buffer) UpdateCursors() {
|
||||
b.EventHandler.cursors = b.cursors
|
||||
b.EventHandler.active = b.curCursor
|
||||
|
||||
Reference in New Issue
Block a user