vim-dispatch icon indicating copy to clipboard operation
vim-dispatch copied to clipboard

Spawn and Start don't spawn/start program in windows neovim

Open habamax opened this issue 5 years ago • 2 comments

OS: win10 neovim: NVIM v0.5.0-330-g71ee46acc

Starting program with either :Spawn or :Start has no effect (program is not started):

To reproduce:

  1. run neovim on win 10
  2. :Start explorer.exe or :Spawn explorer.exe
  3. Explorer is not started

vim-dispatch-nvim-win

PS, it works for (g)vim and neovim in WSL

habamax avatar Apr 27 '20 12:04 habamax

Does :!explorer.exe and/or :!start explorer.exe work on nvim?

tpope avatar Apr 27 '20 18:04 tpope

Does :!explorer.exe and/or :!start explorer.exe work on nvim?

Both work

habamax avatar Apr 27 '20 18:04 habamax