Hi, Part two in this week's installment of unsolicited comment on vimscript:
I also realized that viminfo doesn't save upper case letter variables the values of which are dictionaries. This can be solved by using VimEnter & VimLeavePre autocommands and by converting the variable to & from strings. If this is intended to be so, I think this should be noted in the help -- AFAIK it currently isn't. Regards, Thomas.