1

Re: % matching in visual line mode

In vim, if I want to copy say, an if block, I can hit Vj%y to select the if line and the code block following it... This used to work in the old ViEmu, but in the current build it doesn't work unless I specifically highlight the { with my cursor. Is this an intended change?

Thanks again for ViEmu in general and the quick responses to questions smile

2

Re: % matching in visual line mode

Raoul, I will check it in detail. No, there wasn't any intended change in behavior, but, since only a part of the codebase is the same as in 1.x, and the vi/vim core is reimplemented, it's pretty easy I have unintentionally changed it.

I'll post about it as soon as I can investigate it in detail.

Best regards and thanks,

  Jon

3

Re: % matching in visual line mode

Raoul, this has been fixed in 2.0.37:

  http://forums.ngedit.com/viewtopic.php?id=95

Best regards,

  Jon