Change default mvim transparency

This commit is contained in:
Hunter Haugen 2013-03-22 10:42:48 -07:00
parent 70501984d2
commit 6115050736

View file

@ -1,5 +1,5 @@
if has("gui_macvim")
set transp=10
set transp=2
set fuoptions=maxvert,maxhorz
nmap <silent> <D-F> :set invfullscreen<CR>
endif