aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Ethan Schoonover <es@ethanschoonover.com>2011-04-07 23:15:34 -0700
committerGravatar Ethan Schoonover <es@ethanschoonover.com>2011-04-07 23:15:34 -0700
commit9f2b8bc69ddd589156d92fbdc9800c0e43328368 (patch)
treecf25504cc3b319719fde8d125c5ca8bd00b62ae3 /README.md
parentd2b710d47b33f7cf4f3674e6f6287ea2fd3cc0ff (diff)
downloadvim-colors-solarized-9f2b8bc69ddd589156d92fbdc9800c0e43328368.tar.gz
[vim] added visibility option for special and non-text values
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5bf90e7..2620ed1 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,7 @@ Set these in your vimrc file prior to calling the colorscheme.
g:solarized_underline = 1 | 0
g:solarized_italic = 1 | 0
g:solarized_contrast = "normal"| "high" or "low"
+ g:solarized_visibility= "normal"| "high" or "low"
------------------------------------------------
### Option Details
@@ -172,6 +173,12 @@ Set these in your vimrc file prior to calling the colorscheme.
or low does use the same Solarized palette but simply shifts some values up
or down in order to expand or compress the tonal range displayed.
+* g:solarized_visibility
+
+ Special characters such as trailing whitespace, tabs, newlines, when
+ displayed using `:set list` can be set to one of three levels depending on
+ your needs. Default value is `normal` with `high` and `low` options.
+
Toggle Background Function
--------------------------