Always load the menu bar

This commit is contained in:
Anthony Rose 2018-07-12 10:01:14 +01:00
parent eaa54e3caf
commit 6e5577dd0c

2
vimrc
View file

@ -131,7 +131,7 @@ if has("gui_running")
endif
set columns=88
set guioptions+=c
set guioptions-=m
set guioptions+=m
set guioptions-=T
set lines=40
endif