kakounedotcom / connect.kak

Connect a program to Kakoune clients
https://kakoune.org
The Unlicense
88 stars 18 forks source link

:edit-wait not posix compliant #28

Closed Parasrah closed 4 years ago

Parasrah commented 4 years ago

Seems as if connect.kak/rc/connect/commands/:edit-wait makes use of read -n, which results in read: Illegal option -n using dash. I'm assuming -n is not posix compliant in that case, but you would definitely know better than me. It's of course fine if you decide that's an acceptable trade-off (I can always stop using dash), just wanted to make sure you were aware

Parasrah commented 4 years ago

confirmed working again, thanks!