winget isntall vim.vim --interactiveexpected program should run in an external console or gui terminal based on go-!
sidenote:
it is working fine for cmd commands like dir
VIM - Vi IMproved 9.2 (2026 Feb 14, compiled Jun 15 2026 23:46:57)
Microsoft Windows [Version 10.0.26200.8655]
Wezterm
screen-256color
cmd
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
i tried downgrading the version to 9.2.649 but issue still persists probably a corrupted file, still need help
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
it seems curl is not in your $PATH.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
C:\Users\chr_58>echo %PATH% ;C:\Program Files\Alacritty\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\chr_58\AppData\Local\Microsoft\WindowsApps;C:\msys64\ucrt64\bin;C:\msys64\usr\bin;C:\Program Files\dotnet\;C:\Program Files\WezTerm;C:\Program Files\Neovim\bin;C:\Users\chr_58\.cargo\bin;C:\Users\chr_58\AppData\Local\Microsoft\WindowsApps C:\Users\chr_58>where curl C:\Windows\System32\curl.exe
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
it is indeed a PATH issue as @chrisbra mentioned.The issue was caused by corrupted PATH entries in the Windows registry, which can be introduced by third-party installers (commonly WinGet, npm, or other package managers) when they programmatically write to the PATH.
Why :! fails in Vim but works in cmd
When a PATH entry contains a literal newline, carriage return, or leading/trailing whitespace, cmd.exe is lenient enough to partially tolerate it
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()