vim-dist / webvim

WebVim is a vim based distribution targeting JavaScript and Web development
http://webvim.org
GNU General Public License v3.0
330 stars 34 forks source link

.tern-project #41

Closed tbo47 closed 8 years ago

tbo47 commented 8 years ago

I just did a fresh install from master and I have the following error when opening a javascript file:

RuntimeError: Warning: Unable to detect a .tern-project file in the hierarchy before /home/USER/git/myproject and no global .tern-config file was found. This is required for accurate JavaScript completion. Please see the User Guide for details.

krampstudio commented 8 years ago

Thanks for reporting.

This bug is linked to #6

Please add a .tern-project file into $HOMEor at the root of your project. It will fix the problem while I update webvim.

Sorry for the inconvenience, next time I'll push the developments into another branch before the release.

tbo47 commented 8 years ago

I'm happy to be tester! Thanks for you work.