-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
AsyncCommand/autoload/asynccommand.vim
https://github.com/idbrii/AsyncCommand/blob/master/autoload/asynccommand.vim#L91
If extra parantheses are applied (at least on zsh) shell error is returned:
zsh:1: division by zero
I opened this issue to discuss the impact on removing the parantheses .. It works for me @ zsh and I will test with bash later when off work 👍
Like so (no parantheses):
let tool_cmd = a:command . printf(shellredir, temp_file)