rhysd / vim-grammarous

A powerful grammar checker for Vim using LanguageTool.
1.1k stars 41 forks source link

Display of suggestions from LanguageTool #86

Open matze-dd opened 4 years ago

matze-dd commented 4 years ago

Hi, thanks for this great plug-in! When using it, I came across a very minor issue: LanguageTool returns in its XML reply a string with a collection of suggested replacements, separated by '#' marks. Would it be possible to include these into the Vim message window? Currently, only the first suggestion seems to be displayed.

All the best, Matthias