]> git.gir.st - VimFx.git/commit
Stop URI encoding the API URL pref
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 29 Aug 2015 21:08:58 +0000 (23:08 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 29 Aug 2015 21:08:58 +0000 (23:08 +0200)
commit33ed14df3a16c91594d340383e5410b864837a25
tree0f5f3e9988638df724bbe0b49d7f0ba547df8bcf
parent71a6139e5bcb38112e59e8eea62250f0dbb9fcce
Stop URI encoding the API URL pref

The reason we used to was to make it easier to consume the public API (because
it is easier to read an ASCII string pref than a unicode one). However, some
systems return spaces already URI encoded, which breaks when encoding it once
more. In the end, this tiny simplification of the API consumption is not worth
it. Better to simply store the API URL as-is in a complex string pref.

Fixes #516.
documentation/config-file.md
extension/lib/main.coffee
Imprint / Impressum