auto-pairs icon indicating copy to clipboard operation
auto-pairs copied to clipboard

If I have nested pairs then how do I fast wrap?

Open nvjkmr opened this issue 6 years ago • 0 comments

This works: input: "|"hello (press <M - e> at |) output: "hello"

What about this? input: ["|"]hello output: ["hello"]

Issue: In the above scenario when I press <M - e> at |, I get this output: ["|]hello"

nvjkmr avatar Sep 11 '18 22:09 nvjkmr