vim / colorschemes

colorschemes for Vim
274 stars 23 forks source link

fix(check_colors): account for ?? as a comparison operator for t_Co #219

Closed lifepillar closed 1 year ago

lifepillar commented 1 year ago

Colortemplate now uses ?? when checking the value of t_Co, which makes check_colors.vim complain. This PR fixes that.

habamax commented 1 year ago

Thank you @lifepillar