I'm having a weird issue in which I can't get parentheses to match in VB files in vim or gvim.
For example, if I start vim
and insert Iif(test, 0, 1)
, I can use %
to jump between the two parentheses like normal. Then if I run :set ft=vb
, it stops working. Actually, I get one more jump, then it stops working.
I have tested this on two different machines running Windows and Linux and I get the same results.
Does anyone know why this might be?