carlitux / deoplete-ternjs

deoplete.nvim source for javascript
MIT License
277 stars 24 forks source link

Fix error when destructor is called before on_init #70

Closed michaelgruber closed 6 years ago

michaelgruber commented 6 years ago

Prevents error when nvim is started within an nvim terminal window (e.g. git commit --amend)

carlitux commented 6 years ago

@michaelgruber thank you!