vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.05k stars 350 forks source link

Use defined color constants in badcat w/ctrlp #169

Closed abouteiller closed 5 years ago

abouteiller commented 5 years ago

Problem

When using the badcat theme with the ctrlp plugin, vim produces an error.

Further investigation shows that the variable s:gui03 is used uninitialized.

Solution

Instances of outdated variables s:gui[0-9]{2} have been replaced by the corresponding s:guiGray accordingly to the cterm variants in that same table.

chrisbra commented 5 years ago

ah, probably a copy and paste error. Thanks!