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
_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to