vim-tidal icon indicating copy to clipboard operation
vim-tidal copied to clipboard

Latests commits probably broke the plugin on Linux

Open tiagohermano opened this issue 3 years ago • 1 comments

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.

tiagohermano avatar Dec 21 '21 01:12 tiagohermano

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.

munshkr avatar Dec 21 '21 13:12 munshkr