You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run this through bash on windows I always get errors in the debug buffer coming from Kakoune trying to execute shell scripts.
There seems to be \bin\sh incompatible (non-POSIX compliant) syntax starting on this line.
I get the following errors after launching Kakoune and switching between insert and normal mode
shell stderr: <<<
/bin/sh: 2: [[: not found
/bin/sh: 4: Syntax error: redirection unexpected
>>>
The text was updated successfully, but these errors were encountered:
Thanks. There are other bashisms used at other places too, like ${var/pattern/replacement}, but now that there's an interest to change them I might get around to actually doing it :)
Can I ask what the replacements ${ //_/_u}here are doing?
I've managed to replace most of the bashisms but I'm not sure what the purpose of this replacement is.
When trying to run this through bash on windows I always get errors in the debug buffer coming from Kakoune trying to execute shell scripts.
There seems to be
\bin\sh
incompatible (non-POSIX compliant) syntax starting on this line.I get the following errors after launching Kakoune and switching between insert and normal mode
The text was updated successfully, but these errors were encountered: