esamattis / slimux

SLIME inspired tmux integration plugin for Vim
http://esa-matti.suuronen.org/blog/2012/04/19/slimux-tmux-plugin-for-vim/
Other
217 stars 52 forks source link

Don't try to send to pane that doesn't exist anymore #58

Open novahahn opened 8 years ago

novahahn commented 8 years ago
  1. Open Vim and set a target pane, e.g. with :SlimuxREPLConfigure
  2. Close the target pane
  3. Try to send something from Vim to the target pane

The last step silently fails. Could Slimux prompt for a new target pane instead?