Files
neovim/runtime/lua/vim
marshmallow 519b9929e9 fix(ui.open): some URLs fail on Windows
Problem:
On Windows, `explorer.exe` fails to open some URLs, for example:

    :lua vim.ui.open('https://devdocs.io/#q=lua%20lua_call')

https://github.com/neovim/neovim/pull/23401#issuecomment-1641015704

Solution:
Use rundll32 instead.
2023-07-21 13:36:57 +02:00
..
2023-07-17 17:09:16 +01:00
2023-07-18 15:42:30 +01:00
2023-07-21 13:36:57 +02:00
2023-07-18 15:42:30 +01:00