evil-lisp-state icon indicating copy to clipboard operation
evil-lisp-state copied to clipboard

matching parenthesis highlight is incorrect

Open wztdream opened this issue 4 years ago • 0 comments

Hi, I just noticed when in evil-lisp-state, the parenthesis highlight for matching parenthesis is not correct,

SPC k k to enter evil-lisp-state, then test on below code:

((()))

Correct: ')' under box cursor match '('

Incorrect: ')' before box cursor match '('

As for the incorrect case, you can not see the matching highlight for the last ), as you can not move your box cursor after the last )

Current evil-lisp-state only correct for the leading ), but incorrect for other ).

See below example:

correct for leading ')' 图片

incorrect for other ')' 图片

For normal state the matching is correct, so it should be a issue for evil-lisp-sate

wztdream avatar Dec 17 '20 07:12 wztdream