Update the documentation.

This commit is contained in:
Lifepillar
2019-03-08 10:47:48 +01:00
parent 17dc84228d
commit 2b3fe90d0a
2 changed files with 8 additions and 2 deletions

View File

@@ -44,7 +44,10 @@ the cursor is blue. NOTE: your terminal may override the cursor's color.
let g:solarized_old_cursor_style = 0 let g:solarized_old_cursor_style = 0
< <
*g:solarized_statusline* *g:solarized_statusline*
Set to `"low"` to reduce the contrast in the status line. Set to `"low"` to reduce the contrast in the status line. Set to `"flat"` to
make the status lines, tab bars and vertical splits similar to how they look
in the flat variant (of course, `"flat"` does not have any effect in the flat
variant).
> >
let g:solarized_statusline = "normal" let g:solarized_statusline = "normal"
< <

View File

@@ -47,7 +47,10 @@ the cursor is blue. NOTE: your terminal may override the cursor's color.
let g:@optionprefix_old_cursor_style = 0 let g:@optionprefix_old_cursor_style = 0
< <
*g:@optionprefix_statusline* *g:@optionprefix_statusline*
Set to `"low"` to reduce the contrast in the status line. Set to `"low"` to reduce the contrast in the status line. Set to `"flat"` to
make the status lines, tab bars and vertical splits similar to how they look
in the flat variant (of course, `"flat"` does not have any effect in the flat
variant).
> >
let g:@optionprefix_statusline = "normal" let g:@optionprefix_statusline = "normal"
< <