Yggdroot / indentLine

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

Minor typo in help #324

Closed AceofSpades5757 closed 3 years ago

AceofSpades5757 commented 4 years ago
g:indentLine_bgcolor_gui                        *g:indentLine_bgcolor_gui*
                Specify GUI vim indent line background color.
                e.g.  let g:indentLine_color_gui = '#FF5F00'

The example is missing the bg in the option.

Yggdroot commented 3 years ago

Fixed by #329 .