preservim / vim-wordy

Uncover usage problems in your writing
Other
716 stars 23 forks source link

Fix excessive regeneration of spelling dictionaries #28

Closed rndnoise closed 6 years ago

rndnoise commented 6 years ago

Due to the changes in #15 for neovim, a new dictionary for rare words is created each time :WordyNext or :WordyPrev is executed, even if the rare word dictionary is already up-to-date. This results in a lot of chatter and requires the user to press Enter to dismiss the messages. This change only creates a "rare words" dictionary when the original dictionary has changed.

reedes commented 6 years ago

Thanks!