Add a little transparency by default

This commit is contained in:
Hunter Haugen 2011-07-26 14:24:19 -07:00
parent 730098c9a3
commit e665f5bca0

View file

@ -1,3 +1,4 @@
if has("gui_macvim")
set transp=18
set fuoptions=maxvert,maxhorz
endif