TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
495 stars 9 forks source link

Problems when sourcing vimrc #11

Closed gavsim closed 5 years ago

gavsim commented 5 years ago

Hi,

Great plugin.

I have an issue where by I can load neovim, use the plugin fine and have no issues. If I decide to tweak my vimrc and reload it during the same session I get the following issue:

screen shot 2019-01-31 at 21 48 27

I can press a key to try "continue" passed the error but it gets stuck in a loop and I get constant errors like the one above.

I am using the latest version of neovim from master.

Thanks again.

TaDaa commented 5 years ago

Thanks for the report! I will get this fixed later tonight

TaDaa commented 5 years ago

Should be good on sourcing the vimrc now / resetting g:vimade to an empty dictionary.

Error looping should be prevented now as well, instead should auto disable after 3 errors

gavsim commented 5 years ago

Great, just pulled down the latest version and no more issues, thanks 👍