From 8ac59d2ad4ab590084e90e7522449971e8c7951d Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 17 Jun 2019 19:40:51 +0100 Subject: [PATCH] Combine two changes to guioptions --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index b8b68d6..1f68294 100644 --- a/vimrc +++ b/vimrc @@ -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