The keymaps "<c-g%>", "<Plug>(matchup-c_g%)", and the function matchup#motion#insert_mode() aren't mentioned in the documentation or even in the issues. Is this functionality still meant to be used, or is it deprecated?
Because I wanted to use it, but found its behavior to be very buggy, e.g. it can jump into parens/brackets/braces but can't jump out if the character after the opening match is not a newline or a whitespace, ignores any other matches etc.
The keymaps
"<c-g%>","<Plug>(matchup-c_g%)", and the functionmatchup#motion#insert_mode()aren't mentioned in the documentation or even in the issues. Is this functionality still meant to be used, or is it deprecated?Because I wanted to use it, but found its behavior to be very buggy, e.g. it can jump into parens/brackets/braces but can't jump out if the character after the opening match is not a newline or a whitespace, ignores any other matches etc.