SublimeSelectQuoted
SublimeSelectQuoted copied to clipboard
Proper fix for case where cursor is between last character and quote
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.