-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
There has been a regression in the SpawnMultiCursorUpN function when softwrap: true. Previously (2.0.13) the multi-cursors were created in the next/previous line in LineArray, now (2.0.14) its created in the next/previous visual line. Can this previous behavior be recovered using a new option in settings.json (ignore-wrap-lines?) for ignoring the lines wrapped inside the logic of SpawnMultiCursorUpN so both behaviors can coexist.
Maybe the only change needed (not counting the new option addition) is to add and "or ignore-wrap-lines" in https://github.com/zyedidia/micro/blob/ac73f18191beff25dc3d96ff22d597dfdef2a27a/internal/action/actions.go#L2061.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels