ternjs / tern_for_vim

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

Errors on any command / startup #37

Closed krsmedlund closed 11 years ago

krsmedlund commented 11 years ago

Traceback (most recent call last): File "", line 1, in File "", line 311, in tern_refs File "", line 156, in tern_runCommand File "", line 54, in tern_findServer File "", line 32, in tern_projectDir vim.error: invalid expression Error detected while processing : E121: Undefined variable: b:ternProjectDir E15: Invalid expression: b:ternProjectDir

krsmedlund commented 11 years ago

it was solved after calling tern#Enable() manually, might be some faulty interaction with NeoBundle