On Di, 10 Mär 2020, Garvin Haslett wrote:
> No answer, so I suppose this question isn't regarded as relevant. > Can anyone point me somewhere I can ask gvim specific questions? The list is correct, however perhaps nobody knows an answer to your problem? If you don't mind debugging netrw, have a look at `:h netrw-debug` or try to manually step through the commands using `:debug :call netrw#BrowseX(...)` (see for a brief help `:h :debug`) My guess is, netrw calls xdg-open, which calls a script depending on your desktop-environment something like `exo-open` or `gnome-open` and some of those commands returns an error (or is not installed). Best, Christian -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200310093608.GJ9229%40256bit.org.
