beloglazov / vim-online-thesaurus

A Vim plugin for looking up words in an online thesaurus
Apache License 2.0
247 stars 21 forks source link

Words with multiple definitions? #11

Closed tlnagy closed 9 years ago

tlnagy commented 10 years ago

Would it be possible to list synonyms for all of the definitions of a word? Take the following as an example: http://www.thesaurus.com/browse/approach. This plugin only returns the synonyms for the first definition, not for the others. Many words can be used in different contexts, which changes the relevant synonyms. This would be a very nice feature to have.

Thanks!

beloglazov commented 10 years ago

Thanks for your suggestion! I'll take a look at it when I get some free time. I'm also happy to accept a pull request :)

beloglazov commented 9 years ago

Implemented in #15

tlnagy commented 9 years ago

Thanks! :+1: