tpope / vim-tbone

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

Fix Twrite to send lines starting with a dash #5

Closed junegunn closed 11 years ago

junegunn commented 11 years ago

Hi, currently, :Twrite command fails to send lines if the first line starts with a dash character (-), as it's recognized as an option to tmux command.

The commit fixes the problem with a simple hack.