> For example > :view http://www.vim.org/scripts/script_search_results.php?keywords=netrw > shows an empty buffer, because the URL that is passed to wget contains '\?'.
I guess the URL is also inside quotes when passed to wget (via the shell)? If it isn't, it *should* have '\?' because ? has a special meaning in the shell. The shell should remove the '\' so that only the '?' reaches wget. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
