You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The strange behavior because once URL is found it stops further processing:
yeah that is a good catch we should probably just use continue instead of return in that case.
Besides, if the file is a valid URL it could not be opened. Which may be strange yet the behavior differs with the :open command.
I don't think this is actually something that happens in practice. Nobody names their file https://... and in those rare cases its ok to yank the selection and pase into :open
For all cases steps are:
The strange behavior because once URL is found it stops further processing:
helix/helix-term/src/commands.rs
Lines 1258 to 1260 in e2594b6
Besides, if the file is a valid URL it could not be opened. Which may be strange yet the behavior differs with the :open command.
Case 0
Input:
Result: opens files
a
,b
, andc
.Case 1
Input:
Result: opens file
a
and the URL once.Case 2
Input:
Result: opens the URL once.
Case 3
Input:
Result: opens the URL once.
The text was updated successfully, but these errors were encountered: