Closed abouteiller closed 5 years ago
When using the badcat theme with the ctrlp plugin, vim produces an error.
badcat
ctrlp
Further investigation shows that the variable s:gui03 is used uninitialized.
s:gui03
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.
s:gui[0-9]{2}
s:guiGray
cterm
ah, probably a copy and paste error. Thanks!
Problem
When using the
badcat
theme with thectrlp
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 correspondings:guiGray
accordingly to thecterm
variants in that same table.