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

Prevent the "Hit enter" prompt #10

Closed Shurakai closed 9 years ago

Shurakai commented 10 years ago

Currently, echoing "Requesting thesaurus.com to look up the word ..." causes the "Hit Enter" prompt, which is absolutely annoying if you use this plugin a lot :)

Hence, I propose to remove this line. I tried to print it using setline (:setline(1, '.....')) but it doesn't seem to work with the immediate exec call after that. Dunno....

I think that the echo can be removed or at least a variable could be introduced to turn this off :-)

beloglazov commented 10 years ago

When exactly does it prompt you to press enter? I don't get that with my setup.

beloglazov commented 9 years ago

Closing as I can't reproduce the issue.