On Sat, Apr 15, 2006 at 03:41:17PM +0200, Bram Moolenaar wrote:
>
> Hmm, I did fix a problem for setting $MYVIMRC: in vimrc_found() the
> "dofree" option wasn't initialized to FALSE. If this is missing in your
> source code is missing that might be the cause of the crash.
>
> The start of the vimrc_found() function should look like this:
>
> void
> vimrc_found(fname, envname)
> char_u *fname;
> char_u *envname;
> {
> int opt_idx;
> int dofree = FALSE;
> char_u *p;
Upgrading from 7.0d to 7.0d03 seems to fix the problem.
--Benji Fisher