> > > - The VRML syntax file still causes the file to be folded by > > > default. This seems a bit rude, and is pretty annoying. I don't > > > use the folding features, so I have to then figure out how to > > > unfold it all. I think I tried to contact the maintainer long ago > > > without success. Is it just a matter of removing the "setlocal > > > foldmethod=syntax" line? Or is there a better way? Folding > > > should be defined in case the user wants to fold it, but a file > > > should not be folded by default. > > > > Please report issues with runtime files to their respective > > maintainers. Setting 'foldmethod' should be done in the ftplugin, > > not in the syntax file. But then only if one can expect that most > > people want folding. > > Tried the maintainer, but his email no longer exists: > > <[EMAIL PROTECTED]>: > 64.18.6.10 does not like recipient. > Remote host said: 550 No such user - psmtp > > Is it a simple matter of not doing "setlocal foldmethod=syntax" in the > syntax file?
You can simply set foldlevel=99 in your .vimrc. Thomas