Here are some bits from my .vimrc (I use VIM 6 in some
machines and VIM 5 in others), all are for making sure
folding is on for XML files:
if ( version >= 600 )
set foldenable
set foldmethod=syntax
set foldlevel=2
hi folded guibg=yellow
endif
as for the vimline, u
On Mon, 13 Aug 2001, Jeroen van Wolffelaar wrote:
> FYI, I noticed on vim.org that vim 6 is still beta, the latest official
> version is 5.8.
Yes; from
http://vim.sourceforge.net/whyvim.php
"Vim 6.0 is currently in a beta testing phase. Although many people
are already using it and i
Thanks for the info & indendation file.
On the original subject:
I think that in the xml-files, it should say:
vim600: syn=xml
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
Am I correct that with these three lines, syntax=xml overrides syntax=sgml
in the case you have vim6+? In vim5.7, the first line h
> On Mon, 13 Aug 2001, Jeroen van Wolffelaar wrote:
> > With xml, they are all colored blue... with me, that is, and that's not
> > vim60 apparantly. I don't know which version sysop installed... I'll ask
> > them to upgrade.
>
> Type :version.
5.6.70 on the main server (where I work), 5.7 on oth