4 lines
75 B
VimL
4 lines
75 B
VimL
if has("gui_macvim")
|
|
set transp=18
|
|
set fuoptions=maxvert,maxhorz
|
|
endif
|