jaxbot / browserlink.vim

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

Add new variable g:bl_state to control connect and disconnect #12

Closed markwu closed 10 years ago

markwu commented 10 years ago

I just add a new variable g:bl_state to represent connect and disconnect state. It should work with g:bl_no_implystart and fixed this issue https://github.com/jaxbot/brolink.vim/issues/2#issuecomment-27275486

jaxbot commented 10 years ago

Looks good, thanks! Been meaning to revamp a lot of BL and make it more drop-in ready. This should help solve a lot of the issues that crop up, though. Thanks!