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