tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
222 stars 56 forks source link

Latests commits probably broke the plugin on Linux #70

Closed tiagohermano closed 1 year ago

tiagohermano commented 2 years ago

For the purpose of letting you guys know, I updated the plugin and I noticed that PR #68 broke my current installation.

I'm running the plugin on Linux without Tmux. After the update I've got the following error whenever I executed a TidalSend: zsh:1: file or directory not found: ../bin/tidal

As you can see I'm also using zsh as my default shell.

After reverting the binary path the plugin got working again.

munshkr commented 2 years ago

Oops.. will look into it. Probably the best would be to look for the path of the script file and use a relative path from there, otherwise it would depend on where you start Vim.