rhysd / vim-grammarous

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

Display all replacement suggestions from LanguageTool #87

Closed matze-dd closed 3 years ago

matze-dd commented 4 years ago

This proposal relates to issue #86. It displays the replacements in the style of languagetool-commandline: separated by semicolons.

I'm wondering whether the list may break some logic in the info window, if it is too long and therefore occupies several lines.

Matthias