Skip to content

Check for TabPanel, TabPanelFill, TabPanelSel and relax t_Co check #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lifepillar
Copy link
Contributor

@lifepillar lifepillar commented Jun 4, 2025

Add TabPanel, TabPanelFill, TabPanelSel to check_colors.vim.

Also, slightly relax the pattern that checks for t_Co. This is because a color scheme may define a variable based on t_Co and then check that variable. For instance:

let s:t_Co = &t_Co
" ...
if s:t_Co >= 256
" ...

Color schemes generated by Colortemplate do that.

Slightly relax the pattern that checks for t_Co. This is because
the color scheme may define a variable based on &t_Co and then
check that variable, e.g.:

```
let s:t_Co = &t_Co
" ...
if s:t_Co >= 256
" ...
```

Signed-off-by: Lifepillar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant