jaxbot / browserlink.vim

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

Current working directory is changed #36

Closed alx741 closed 9 years ago

alx741 commented 9 years ago

When saving the file to trigger the web browser refresh the vim current directory is changed to 'browserlink' plugin directory. This causes confusion when using :e or other plugins like ctrl-p that after each file save needs absolute paths or the project path to be restored.

jaxbot commented 9 years ago

Are you running the latest version? This should have been fixed via https://github.com/jaxbot/browserlink.vim/issues/35

alx741 commented 9 years ago

oh! I didn't update, your right it is fixed thank you!