christoomey / vim-tmux-runner

Vim and tmux, sittin' in a tree...
MIT License
291 stars 37 forks source link

fix: restore AttachToPane call #99

Closed tmm closed 4 years ago

tmm commented 4 years ago

VtrAttachToPane command was accidentally overwritten in #98. This restores the correct command.

Can test out by grabbing the branch with your package manager of choice:

Plug 'tmm/vim-tmux-runner', { 'branch': 'tmm/attach-to-pane' }

Then running :VtrAttachToPane.

christoomey commented 4 years ago

Thanks for the fix!