[Suggestion] Match all protocols
Open
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 25
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
So current pattern will only match https, http and ftp
Can we match more protocols like socks5, tcp, sdns, ssh and so on?
Maybe we can use this:
let l:mx = '[a-z0-9]+://'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at autoload/textobj/url.vim line 2, which currently limits matching to http, https, and ftp. Check how the pattern is used, then broaden protocol matching as proposed and verify that URLs with the requested protocols are recognized without breaking existing matches.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vim
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100