ternjs / tern_for_vim

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

Fix unkown func when open js file #188

Closed wsdjeg closed 7 years ago

wsdjeg commented 7 years ago

When using vim without +py or +py3, we will get error like unknow func tern#enable()

I think this should be disabled, and just echo an message tell the user tern need python support.

marijnh commented 7 years ago

Thanks!