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

Specify `par` dependency #19

Closed rafi closed 9 years ago

rafi commented 9 years ago

The script wasn't able to collect data without first install par.

annagrram commented 9 years ago

Can you please tell what was exactly the problem without par and which OS and version of Vim you use? Can you also give the output of :set formatprg? and :set formatexpr??

I don't have par and it works well, so this should not be a problem.

rafi commented 9 years ago

My mistake. I'm on a Mac now and forgot I set formatprg=par\ -w78 long time ago. Thanks!