Skip to content

Commit

Permalink
Remove transparency (by default) when using macvim
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Jan 3, 2014
1 parent 6a8e1b8 commit 7359d22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,6 @@
elseif WINDOWS() && has("gui_running")
set guifont=Andale_Mono:h10,Menlo:h10,Consolas:h10,Courier_New:h10
endif
if has('gui_macvim')
set transparency=5 " Make the window slightly transparent
endif
else
if &term == 'xterm' || &term == 'screen'
set t_Co=256 " Enable 256 colors to stop the CSApprox warning and make xterm vim shine
Expand Down

0 comments on commit 7359d22

Please sign in to comment.