arp242 / xdg_open.vim

Run xdg-open from Vim; re-implements netrw's gx.
MIT License
11 stars 4 forks source link

Neovim support for displaying error messages #6

Open arp242 opened 2 years ago

arp242 commented 2 years ago

This should also support Neovim: https://github.com/arp242/xdg_open.vim/blob/master/plugin/xdg_open.vim#L100-L114

It works via the system() fallback, but you won't get an error message like this. I don't use Neovim, but if anyone wants to make a patch I'll merge it.

averms commented 5 months ago

the next release of neovim will have its own gx implementation: https://github.com/neovim/neovim/pull/23401