mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-06 12:14:25 +08:00
Fix typo in indentLine_bgcolor_gui
While giving the example of option `indentLine_bgcolor_gui` there is a typo and it should be following e.g. let g:indentLine_bgcolor_gui = '#FF5F00'
This commit is contained in:
@@ -62,7 +62,7 @@ g:indentLine_color_gui *g:indentLine_color_gui*
|
||||
|
||||
g:indentLine_bgcolor_gui *g:indentLine_bgcolor_gui*
|
||||
Specify GUI vim indent line background color.
|
||||
e.g. let g:indentLine_color_gui = '#FF5F00'
|
||||
e.g. let g:indentLine_bgcolor_gui = '#FF5F00'
|
||||
|
||||
g:indentLine_color_tty_light *g:indentLine_color_tty_light*
|
||||
Specify none X terminal vim indent line color in bg light.
|
||||
|
||||
Reference in New Issue
Block a user