Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
habamax opened this issue Apr 27, 2020 · 2 comments
Open

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

habamax opened this issue Apr 27, 2020 · 2 comments

Comments

@habamax
Copy link

habamax commented Apr 27, 2020

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 added a commit to habamax/vim-godot that referenced this issue Apr 27, 2020
vim-dispatch can't Start application in windows neovim :(
tpope/vim-dispatch#297
@tpope
Copy link
Owner

tpope commented Apr 27, 2020

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

@habamax
Copy link
Author

habamax commented Apr 27, 2020

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

Both work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants