qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

spaces are escaped with a plus, we want %20 #913

Closed edgarcosta closed 2 years ago

edgarcosta commented 2 years ago

In #899, .replace('+', '%20') was wrongly removed, this adds it back, and resolves #912.

edgarcosta commented 2 years ago

@imajes, maybe you would like to review this?

qvacua commented 2 years ago

Ups, did not notice that. Thanks!

imajes commented 2 years ago

Yeah, i tried different scenarios and didn't see anything broken initially -- alas.