Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to include diffmode options #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/solarized.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ g:solarized_contrast = "normal"| "high" or "low"
g:solarized_visibility= "normal"| "high" or "low"
g:solarized_hitrail = 0 | 1
g:solarized_menu = 1 | 0
g:solarized_diffmode = "normal"| "high" or "low"
------------------------------------------------


Expand Down Expand Up @@ -251,4 +252,12 @@ on a final assignment for your .vimrc. If you wish to turn off this menu,
assign g:solarized_menu a value of 0.


------------------------------------------------
g:solarized_diffmode = "normal"| "high" or "low" *'solarized_diffmode'*
------------------------------------------------
normal uses a shadowed bg and colored fg for added/modified/deleted text
high uses those colors as the bg and white fg for text (like vimdiff default)
low uses no bg, but underlines diffed lines in addition to text fg color


vim:tw=78:noet:ts=8:ft=help:norl: