targets.vim
targets.vim copied to clipboard
vi}i} doesn't expand selection
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: 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.
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)
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.