[Vimprobable-users] percent-encoding of %s makes Web Archive shortcut fail
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Marcos C. <vim...@pr...> - 2015-11-20 13:05:41
|
Hi all, Some time ago I created this shortcut shortcut wa http://web.archive.org/web/*/%s but it doesn't work because the parameter is percent-encoded and the Web Archive doesn't understand it. This :wa http://vimprobable.org opens http://web.archive.org/web/*/http%3A%2F%2Fvimprobable.org what shows a blank page. But this works fine: :open http://web.archive.org/web/*/http://vimprobable.org Is there any way to solve this? Maybe an alternative to "%s", for verbatim arguments? I've searched the man pages and the wiki, but found nothing related. Thank you. -- Marcos Cruz http://programandala.net |