New Emacs 25 show-paren-mode option `show-paren-when-point-in-periphery` is not respected in normal mode
Open
bug
major
- Dominant language
- Emacs Lisp
- Stars
- 3.9k
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
Originally reported by: **Hong (Bitbucket: [xuhdev](https://bitbucket.org/xuhdev), GitHub: [xuhdev](https://github.com/xuhdev))**
----------------------------------------
If non-nil, show parens when point is in the line’s periphery. The periphery is at the beginning or end of a line or in any whitespace there. For example, (`^` is the location of the cursor)
^ (foo)
The right parenthesis should be highlighted. Evil breaks this feature in normal mode.
----------------------------------------
- Bitbucket: https://bitbucket.org/lyro/evil/issue/720
Contributor guide
Assessment
This issue has not been assessed yet.