TaDaa / vimade

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

Error when sourcing vimrc #28

Closed tammersaleh closed 4 years ago

tammersaleh commented 4 years ago

Something similar to #11 is still happening for me. I have the following in my .vimrc:

let g:vimade = {}
let g:vimade.enablesigns = 1
" https://github.com/TaDaa/vimade/issues/19
let g:vimade.usecursorhold=1

and when I reload the configuration, I get this error:

Error detected while processing function vimade#CheckWindows[1]..vimade#UpdateState:
E716: Key not present in Dictionary: normalid == "" || g:vimade.normalid == 0

I continue to get this error (but from vimade#Tick) every few seconds.

(note: I had to transcribe the error message by hand - apologies if there're typos)

TaDaa commented 4 years ago

Should be fixed in the latest commit, let me know if you have any issues

tammersaleh commented 4 years ago

Works a charm! 🙏