mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-18 23:07:13 +09:00
When there is no selection (i.e. selection is empty), SkipMultiCursor searches for the empty text, "finds" it as the beginning of the buffer, and as a result, jumps to the beginning of the buffer, which confuses the user. Fix it.