envy icon indicating copy to clipboard operation
envy copied to clipboard

Rotate selections: Adjacent selections are merged when rotating an empty text into one of them

Open p-e-w opened this issue 8 years ago • 0 comments

Note that due to the way selections work in Atom, this cannot be fixed without introducing global state.

Test

<|a|><|a|> <||>a
---
does not merge adjacent selections when rotating an empty text into one of them
---
envy:rotate-selections-forward
envy:rotate-selections-forward
envy:rotate-selections-forward
---
<|a|><|a|> <||>a
---

p-e-w avatar Apr 09 '17 17:04 p-e-w