Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 227 forks source link

Fix typo in g:indentLine_bgcolor_gui #329

Closed sourabh-agrawal closed 3 years ago

sourabh-agrawal commented 3 years ago

While giving the example of option indentLine_bgcolor_gui there is a typo in which doc uses

e.g. let g:indentLine_color_gui = '#FF5F00'

instead of

e.g. let g:indentLine_bgcolor_gui = '#FF5F00'

sourabh-agrawal commented 3 years ago

@Yggdroot can you add hacktoberfest-accepted label to this pr if possible :bow: