Incorrect behaviour of cat etc text objects in evil
Neeraj Sharma
neeraj.dl at gmail.com
Wed Oct 19 08:13:50 CEST 2011
I am not sure if this is still the right place to report issues. Please let
me know if there is some sort of issue tracker etc. used by evil.
I found that on a simple html as below if cursor is placed in anchor tag and
you do "cat" or "dat" or "cit" or "dit" it does not work correctly.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
<body>
<a href="http://www.google.com"> *[cursor]* Google</a>
</body>
</html>
For example when I do cat the end result is
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
</body>
</html>
while I think the expected result is
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
<body>
</body>
</html>
Thanks & Regards,
Neeraj Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/implementations-list/attachments/20111018/5240fc43/attachment.htm
More information about the implementations-list
mailing list