Greg Dunn said... > > The symptoms are that when I load _vimrc into a buffer, and _vimrc > > contains > > > > syntax on > > Does this thread help: > > http://tech.groups.yahoo.com/group/vim/message/76286 > > Essentially, vim is finding an incompatible tcl84.dll in your path > (probably from cygwin, if you have that installed). Assuming you > don't need tcl support, putting an empty file named tcl84.dll earlier > in the path should fix things up.
Remarkable! Thanks a lot. So, do you know why there is a check for tcl? And why does it only bomb on _vimrc? Btw, I upgraded to the latest, 7.0.215, and the problem persists. Thanks again. -- Cheers, Marc