luochen1990 / rainbow

Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
Apache License 2.0
1.78k stars 95 forks source link

[Bug] Rainbow have no effect when using in augroup #192

Open M-seas opened 10 months ago

M-seas commented 10 months ago

Describe the bug

Test on MS-Windows 64-bit GUI Vim 9.0 version rainbow plug worked well except when using in augroup the ({[ will become grap or have no rainbow effect

To Reproduce

This is my setting: au VimEnter,BufReadPost * :RainbowToggleOn let g:rainbow_active = 1

Expected behavior

Screenshots

Here's the screenshots, ( out of the augroup behavior well but in augroup have no effect Snipaste_2023-11-07_15-02-12

luochen1990 commented 9 months ago

filetype?

M-seas commented 9 months ago

filetype?

It's _vimrc file