Description of the problem
I bind C-] to JumpToMatchingBrace. Press C-] on one of paired braces, cursor go to after the paired brace instead of its accurate position.
Steps to reproduce
- In ~/.config/micro/bindings.json:
"CtrlRightSq": "JumpToMatchingBrace",
- Open any txt file, type: {balabala}
- Move to the left {, press C-]
Expected: watch the cursor move TO } (cursor block covering }). ( for cursor style being '|', actually before } )
Actual: the cursor move after }
NOTE: same problem to jump from } to {.
Specifications
Version: 2.0.14-dev.245
Commit hash: 2259fd1
OS: WSL2
Terminal: Zsh
Related issue:
#3308
Description of the problem
I bind C-] to JumpToMatchingBrace. Press C-] on one of paired braces, cursor go to after the paired brace instead of its accurate position.
Steps to reproduce
"CtrlRightSq": "JumpToMatchingBrace",
Expected: watch the cursor move TO } (cursor block covering }). ( for cursor style being '|', actually before } )
Actual: the cursor move after }
NOTE: same problem to jump from } to {.
Specifications
Version: 2.0.14-dev.245
Commit hash: 2259fd1
OS: WSL2
Terminal: Zsh
Related issue:
#3308