From 6e5577dd0c2fd371d345ebc796e60060cbae0888 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 12 Jul 2018 10:01:14 +0100 Subject: [PATCH] Always load the menu bar --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 20de109..d3d8fa9 100644 --- a/vimrc +++ b/vimrc @@ -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