I find it easiest to paste the following one-liner into my ~/.vimrc file:

    " Fix the difficult-to-read default setting for diff text
    " highlighting.  The bang (!) is required since we are overwriting the
    " DiffText setting. The highlighting for "Todo" also looks nice (yellow)
    " if you don't like the "MatchParen" colors.
    highlight! link DiffText MatchParen


Alan Thompson



--
View this message in context: 
http://vim.1045645.n5.nabble.com/turn-off-diff-coloring-on-diff-view-tp1180616p5712002.html
Sent from the Vim - General mailing list archive at Nabble.com.

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to