3 lines
59 B
VimL
3 lines
59 B
VimL
if has("gui_macvim")
|
|
set fuoptions=maxvert,maxhorz
|
|
endif
|
if has("gui_macvim")
|
|
set fuoptions=maxvert,maxhorz
|
|
endif
|