On Thu, Jul 16, 2009 at 2:58 PM, <[email protected]> wrote:
>
>
> Hi All,
>
> With help from everyone here, when i open an xml file, i make sure that the
> following have been executed:
>
> :let g:xml_syntax_folding = 1
> :set foldmethod=syntax
> :set synmaxcol=0
> :e
>
> And this has work well and done it for me. Up till now.
>
> I have a longer xml file (2mb) and the syntax folding seems to get confused
> within an element.
...
> Can anyone provide some other things to look at to explain this? AFAIK, the
> xml document is valid.

Sounds like the sort of problem that can come from having a too-long
line.  Look at  :help 'synmaxcol'

~Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to