I've used Vim's g:xmldata_ to describe xml possible elements. The
problem is not each 'A' node has 'a0', 'a1', 'an'. Sometimes 'A' node
has only 'a0'. And the documentation of
the a0 and A is different and depends on parent of 'A'.
E-\
A-\
a0 // documentation of E.A.a0
a1
B-\
A-\
a0 // documentation of E.B.A.a0
Documentations of A and a0 are different. But user will see the same
help-text in the complete preview window.
'vimxmltaginfo': {
'a0': ['', 'documentation that only confuses an user'] }
Is there any workarounds for that?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---