ianva / vim-youdao-translater

vim的有道取词翻译插件
ianva.github.com
Other
132 stars 32 forks source link

[WIP] add async translation support for enovim; Ref: #18 #21

Closed hiberabyss closed 6 years ago

hiberabyss commented 6 years ago

The async translation is implemented via job, which is supported by neovim and vim8. This pull request works for neovim now, while still need code change to support vim8

ianva commented 6 years ago

I test the new feature, but it can't work in my system. So I reverted and moved to new branch dev-async.

Thanks for your pull request, I think you can manage to complete well.

hiberabyss commented 6 years ago

What's your system and vim version? Maybe I could add the support for vim8.