From 21a77d0abbef481425a460acfd924e7310678f87 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 29 Apr 2011 21:28:42 -0400 Subject: [PATCH] Fix syntax for setting g:solarized_visibility --- CHANGELOG.mkd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index b04f42d..add71b7 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -86,13 +86,13 @@ These changes may require you to change your configuration. displayed using ":set list" can be set to one of three levels depending on your needs. - g:solarized_visibility = "normal"| "high" or "low" + let g:solarized_visibility = "normal"| "high" or "low" I'll be honest: I still prefer low visibility. I like them barely there. They show up in lines that are highlighted as by the cursor line, which works for me. If you are with me on this, put the following in your .vimrc: - g:solarized_visibility = "low" + let g:solarized_visibility = "low" ### Non Critical Changes