SublimeSelectQuoted icon indicating copy to clipboard operation
SublimeSelectQuoted copied to clipboard

Proper fix for case where cursor is between last character and quote

Open dy-dx opened this issue 6 years ago • 0 comments

The change in https://github.com/int3h/SublimeSelectQuoted/pull/8 breaks the functionality where a selection that includes the ending quote should expand to include both quotes.

The proper fix is to only turn on 'round' implicitly if the selection is not empty.

dy-dx avatar May 09 '18 06:05 dy-dx