Hello, I am working on a Python clone of vim, which requires to inspect Vim behaviour in detail. Some behaviour looks odd and I like to know if it is a bug or what is the reasoning of that behaviour. This is my first observation:
Given, cursor on first x: xxx xxx xxx Now hitting 1dw deletes zero line breaks, while 2dw deletes two line breaks. Feature or bug? Regards Elmar https://github.com/elmar-hinz/Python.Vii -- -- You received this message from the "vim_use" 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
