On 2013-01-03, Sanel Zukan <[email protected]> wrote: >> Anyhow, I commited some changes to the block highlighting code and to > > the code that executes commands on a block. Now the visual selection > > should match exactly the region that a command would work on. > > > > Maybe these changes fix your problem, too. It would be nice if you > > could check this. If the problem remains, we have to investigate > > further ... > > Did a quick check and works now :) But, there is small issue with > cursor position; at http://www.flickr.com/photos/sanelz/8339060579/ I > put comparison evil (left) and vim (right).
The reason is that Vim shows the cursor on the last space covered by a TAB character and Emacs shows it on the first space (this has nothing to do with the highlighting itself). This is just a difference in the display engine, but has no influence otherwise. Best regards, Frank _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
