targets.vim icon indicating copy to clipboard operation
targets.vim copied to clipboard

vi}i} doesn't expand selection

Open tpict opened this issue 8 years ago • 3 comments

Entering vi}i}i}... to select inside braces and expand to the next set of braces doesn't work beyond the initial selection with targets.vim. vi)i)i)... seems to work OK

tpict avatar Jun 08 '17 20:06 tpict

@tpict: Thank you! Interestingly the issue is the same for i} and i), but it depends on the space characters between the closing parentheses. It should be fixed now, please let me otherwise.

wellle avatar Sep 02 '17 17:09 wellle

I have the same issue with vababab. So given a string like this:

if (window.matchMedia("(min-width: 180px)").matches) {

Starting inside the inner most parentheses and typing vababab doesn't get beyond selecting (min-width: 180px)

benfrain avatar May 01 '20 14:05 benfrain

Thanks! It kinda almost works for me (but in an unexpected way), and I can reproduce it with va)a)a) which gets stuck instead of expanding as expected.

wellle avatar May 01 '20 19:05 wellle