Closed karomine closed 5 years ago
If you run filter text in place with nothing selected, just to pipe the output into buffer, and have "Use Document If Empty Selection" set to false, nothing happens because the range ends up being undefined. This change sets the range to the current cursor position for that case.
@karomine, thanks for explanation. I now fully understand what the PR does. The version 0.0.14 includes the fix. Thanks for your contribution!
@karomine, could you explain more about your change? What is your intention with it? Thanks.