lookarounds positive negative lookbehind lookahead
问题 after searching all over google for vsvim lookahead or lookbehind and on the wiki I can't seem to figure out how, or if it even supports lookahead or lookbehind (positives or negatives) and how to use them if so. I've tried a few different syntaxes like \ze \@= (?<=let \w\+)( \(?<=let \w\+\)( that I've seen on vim answers but none of them seem to be working in vs vim for matching (nor substitution) how do you do lookarounds in VsVim? 回答1: For any newcomers, I'll copy the contents of this link