shivamashtikar / tmuxjump.vim

A plugin to open file from file paths printed in sibling tmux pane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capture.sh: 5: Syntax error: "(" unexpected

alfa07 opened this issue · comments

On Ubuntu 20.04 I am getting the above error, changing 'sh' to 'bash' in the system call fixes it.
https://github.com/shivamashtikar/tmuxjump.vim/blob/main/plugin/tmuxjump.vim#L31

@alfa07 I have fixed the script, updating plugin should work fine now
Thanks for reporting the issue