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

fix(trash-win): don't hang when shellslash is enabled #592

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheLeoP
Copy link
Contributor

@TheLeoP TheLeoP commented Mar 6, 2025

Fixes #590

For some reason beyond my understanding, at least one of the following
things requires noshellslash to avoid the embeded powershell process to
send only "" to the stdout (never calling the callback because
"===DONE(True)===" is never sent to stdout)

  • vim.fn.jobstart
  • cmd.exe
  • powershell.exe

shellslash has been removed from Neovim nightly so I didn't put that much time into investigating why or how this is happening.

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

Successfully merging this pull request may close these issues.

bug: Trash yields forever on Windows with shellslash option set
1 participant