Remove mention of non-existing "bold" value for solarized_diffmode.

Fixes https://github.com/lifepillar/vim-solarized8/issues/49.
This commit is contained in:
Lifepillar
2018-11-28 20:28:42 +01:00
parent 2499bfc234
commit 4e511a561d

View File

@@ -104,8 +104,7 @@ average (light background, 16 colors).
The following options are inherited from Solarized: The following options are inherited from Solarized:
- `g:solarized_visibility`: one of `"normal"` (default), `"low"`, `"high"`; - `g:solarized_visibility`: one of `"normal"` (default), `"low"`, `"high"`;
- `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`, - `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`;
`"bold"`;
- `g:solarized_termtrans`: make terminal background transparent if set to `1` - `g:solarized_termtrans`: make terminal background transparent if set to `1`
(default: `0`). (default: `0`).