ternjs / tern_for_vim

Tern plugin for Vim
MIT License
1.83k stars 100 forks source link

Use -buffer for all Tern commands #143

Closed danihodovic closed 8 years ago

danihodovic commented 8 years ago

Using -buffer will make sure that once you switch to a non javascript file the Tern commands won't pollute the global namespace.

marijnh commented 8 years ago

Sounds like a good idea. Merged as cb81fcf