Skip to content

fix(cli): allow same column in range in location. Closes #184#186

Open
S1M0N38 wants to merge 1 commit intofolke:mainfrom
S1M0N38:fix-184
Open

fix(cli): allow same column in range in location. Closes #184#186
S1M0N38 wants to merge 1 commit intofolke:mainfrom
S1M0N38:fix-184

Conversation

@S1M0N38
Copy link
Contributor

@S1M0N38 S1M0N38 commented Nov 5, 2025

Description

Allow to send selection with same initial and final column range.

Related Issue(s)

Fixes #184

@github-actions github-actions bot added the size/xs Extra small PR (<3 lines changed) label Nov 5, 2025
@S1M0N38
Copy link
Contributor Author

S1M0N38 commented Nov 5, 2025

I'm not sure why the condition

from[2] ~= to[2]

was included in the first place. Maybe there are deeper reasons that I'm overlooking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs Extra small PR (<3 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: send this does not send the proper selection if init and final C are the same

1 participant