mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 14:42:47 +09:00
In JumpToMatchingBrace, the loop should stop immediately after finding the matching bracket.
It causes multiple jumps in certain situations:
`(I [ ]{ }) => ( I[ ]{ })`