Combine two changes to guioptions

This commit is contained in:
Anthony Rose 2019-06-17 19:40:51 +01:00
parent 8d3925f2c9
commit 8ac59d2ad4

3
vimrc
View file

@ -134,8 +134,7 @@ if has("gui_running")
\Consolas:h10:cANSI
endif
set columns=88
set guioptions+=c
set guioptions+=m
set guioptions+=cm
set guioptions-=T
set lines=40
endif