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
Using RBQL on Windows 10 and node as the RBQL backend and with shell set to Powershell as described here:
https://neovim.io/doc/user/options.html , search for powershell:
let &shell = has('win32') ? 'powershell' : 'pwsh' set shellquote= shellpipe=\| shellxquote= set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command set shellredir=\|\ Out-File\ -Encoding\ UTF8
When trying to run an RBQL command with F5 the interaction between Powershell and node dies with this error message:
IO handling Unknown output csv policy
The text was updated successfully, but these errors were encountered:
Yes, it looks like it has something to do with argument quoting. I will try to investigate this when I have some time. Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
Using RBQL on Windows 10 and node as the RBQL backend and with shell set to Powershell as described here:
https://neovim.io/doc/user/options.html , search for powershell:
When trying to run an RBQL command with F5 the interaction between Powershell and node dies with this error message:
The text was updated successfully, but these errors were encountered: