rhysd / vim-grammarous

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

Use of location-list #60

Closed f4814 closed 6 years ago

f4814 commented 6 years ago

I think it would be a good idea to put the Error (not the suggested fix) into the location-list.

This would make moving between errors via :lNext and :lPrevious

rhysd commented 6 years ago

It would be a good idea. I think I need to try

rhysd commented 6 years ago

I implemented this. Please update to the latest and set g:grammarous#use_location_list to 1 in your vimrc

f4814 commented 6 years ago

Nice!