You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear yuratomo. I use google search to open other pages (e.g. wiki)
If the result page has relative path started with '/', w3m.vim does not correctly resolve the url. The resolved url is based on google rather than the page redirected to.
Can this bug be fixed?
After some investigation I think it can be done by set -o follow_redirection=0 and handle redirection in vim
The text was updated successfully, but these errors were encountered:
Dear yuratomo. I use google search to open other pages (e.g. wiki)
If the result page has relative path started with '/', w3m.vim does not correctly resolve the url. The resolved url is based on google rather than the page redirected to.
Can this bug be fixed?
After some investigation I think it can be done by set
-o follow_redirection=0
and handle redirection in vimThe text was updated successfully, but these errors were encountered: