Adding .gvimrc

This commit is contained in:
Hunter Haugen 2011-06-03 13:11:53 -07:00
parent b662185e7d
commit 6056ed880d

3
.gvimrc Normal file
View file

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