jaxbot / browserlink.vim

Live browser editing for Vim
MIT License
711 stars 38 forks source link

Node server stops and needs to be started manually from a separate terminal #39

Open alx741 opened 8 years ago

alx741 commented 8 years ago

The first save of the document starts node browserlink.js& in the background, but when it tries to send some output to stdout and does not have a controlling terminal attached (Vim has it) the process dies, so the server needs to be started in a separate terminal (that cannot be closed).

Tested in GNU/Linux [Arch].

michaelmrose commented 8 years ago

Seem to have this issue with the most recent version

alx741 commented 8 years ago

@michaelmrose have you tried #40 ?