Hello,
If I use "vat" with the cursor on <list> it selects the "root" element
instead of "list". The same goes for "it".
It selects the contents of "root" and not the contents of "list" (as
expected). I guess the problem is that the parent element's name is a
substring of the child's name.
<root>
<list>
<list-item>
<p>text</p>
</list-item>
</list>
</root>
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php