tpope / vim-tbone

tbone.vim: tmux basics
http://www.vim.org/scripts/script.php?script_id=4488
397 stars 17 forks source link

Error on :Tattach command #1

Closed Gonzih closed 11 years ago

Gonzih commented 11 years ago

Hi, I just installed plugin, tried run :Tattach and got following error.

Error detected while processing function tbone#attach_command:
line    2:
E116: Invalid arguments for function system('tmux has-session -t '.shellescape(a:session)
E116: Invalid arguments for function empty(system('tmux has-session -t '.shellescape(a:session)
E15: Invalid expression: empty(system('tmux has-session -t '.shellescape(a:session)

Thanks!

tpope commented 11 years ago

Grr, thought I double checked everything but I guess I missed a spot. Thanks for the heads up!