knsh14 / vim-github-link

generate github link from selected lines in vim
MIT License
62 stars 15 forks source link

generate correct url for filepaths containing spaces #19

Closed lehmacdj closed 11 months ago

lehmacdj commented 1 year ago

This currently breaks for filepaths containing spaces. URL encode the filepaths, ensuring that spaces are preserved in the URL.

Verification Steps

lehmacdj commented 11 months ago

@knsh14 would you be able to take a look at this please

knsh14 commented 11 months ago

@lehmacdj sorry for checking late. thank you for your contribution!!!

lehmacdj commented 10 months ago

No worries, thanks for maintaining this project, it’s one of my favorite vim plugins!