Hey, selecting a few lines in visual mode (not linewise visual mode) in vim and pressing D not only deletes text inside the selected region but also text until the beginning and end of the lines (i.e. D acts linewise in visual mode). This does not work in evil, evil-delete-line does not delete the whole line in visual state. In visual block mode/state "D" should delete text only to the end of each line in the block.
Regards Thomas _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
