From 4e511a561d95e7f8d3e0dbdea59cf018ca8c3035 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Wed, 28 Nov 2018 20:28:42 +0100 Subject: [PATCH] Remove mention of non-existing "bold" value for solarized_diffmode. Fixes https://github.com/lifepillar/vim-solarized8/issues/49. --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 22631e0..c66f476 100644 --- a/Readme.md +++ b/Readme.md @@ -104,8 +104,7 @@ average (light background, 16 colors). The following options are inherited from Solarized: - `g:solarized_visibility`: one of `"normal"` (default), `"low"`, `"high"`; -- `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`, - `"bold"`; +- `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`; - `g:solarized_termtrans`: make terminal background transparent if set to `1` (default: `0`).