.vimrc: Set solarized transparency option

When solarized sets a background color it causes text selection via
Xorg/mouse to include otherwise blank space as actual spaces when
you paste it.  For some reason this only happens when using vim
inside screen/tmux.  Setting the transparency option solves it.
This commit is contained in:
Alan Orth 2013-06-06 15:55:56 +03:00
parent 69fa6eb4b1
commit c582ecc1a7
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -15,4 +15,5 @@ if version >= 600
endif
let g:solarized_termcolors=256
let g:solarized_termtrans=1
colorscheme solarized