skwp / vim-ruby-conque

Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
61 stars 17 forks source link

Conqueterm instances are not closed, leaving zombie ruby process #25

Open skwp opened 11 years ago

skwp commented 11 years ago

When you close a buffer running a (completed) conque, the ruby process hangs around, eating up a tty (causing 'unable to fork' errors in iterm), and other problems. Need to figure out how to nuke the ruby process once it's finished running. This is not a problem when you run a regular rspec command yet conque makes it hang around for some reason.