fgrsnau / ncm2-aspell

ncm2 source that completes words from aspell dictionary
3 stars 0 forks source link

Changes to spell settings are not picked up #3

Closed Arvedui closed 4 years ago

Arvedui commented 4 years ago

I usually enable spell checking as needed or even change the settings when working on multilingual documents. But aspell does not pick up these changes.

calling ncm2#disable_for_buffer() followed by ncm2#enable_for_buffer() works as a workaround but is annoying.

fgrsnau commented 4 years ago

The plugin should now pickup changes to 'spell' and the 'spelllang' option for the current buffer. Can you verify that it works as expected?

Arvedui commented 4 years ago

Works as expected now. Thanks!