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

thesaurus.com parsing necessary change? #6

Closed gouypailler closed 10 years ago

gouypailler commented 10 years ago

Based on last version 0.1.6, I'm having issues recently to obtain synonyms. I had to modify thesaurus-lookup.sh in the following way : /text/ {printf "%s ",$3; print $13} instead of /text/ {printf "%s ",$5; print $13}

beloglazov commented 10 years ago

Thanks for reporting! The problem should be fixed in 0.1.7.