We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: win10 neovim: NVIM v0.5.0-330-g71ee46acc
Starting program with either :Spawn or :Start has no effect (program is not started):
:Spawn
:Start
To reproduce:
:Start explorer.exe
:Spawn explorer.exe
PS, it works for (g)vim and neovim in WSL
The text was updated successfully, but these errors were encountered:
fix: run scene from neovim on windows
51fd9dd
vim-dispatch can't Start application in windows neovim :( tpope/vim-dispatch#297
Does :!explorer.exe and/or :!start explorer.exe work on nvim?
:!explorer.exe
:!start explorer.exe
Sorry, something went wrong.
Both work
No branches or pull requests
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:
:Start explorer.exe
or:Spawn explorer.exe
PS, it works for (g)vim and neovim in WSL
The text was updated successfully, but these errors were encountered: