vim / colorschemes

colorschemes for Vim
279 stars 23 forks source link

Remove backward compatibility check from colorschemes #120

Closed habamax closed 2 years ago

habamax commented 2 years ago

For all colorschemes add following option:

Colortemplate Options: backward_compatible=0

to remove compatibility check in generated colorschemes.

lifepillar commented 2 years ago

I was wondering whether I should make this the default in Colortemplate, so you don't have to clutter the template. In general, I try to be backward compatible (pun not intentional), but in this case I could make an exception: if some users complain, the fix is easy. It also makes more sense for a hack to be optional, not the default.

habamax commented 2 years ago

It would be really nice

lifepillar commented 2 years ago

Pushed to master!

habamax commented 2 years ago

Pushed to master!

Amazing, thank you!