From 709cd90f62043ca844971c169110e2bc15756850 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 21 Feb 2022 12:27:49 +0000 Subject: [PATCH] Split guioptions so they all apply properly --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 9db7d70..b420cf7 100644 --- a/vimrc +++ b/vimrc @@ -190,8 +190,10 @@ if has('gui_running') set rop=type:directx endif set columns=132 - set guioptions+=cm - set guioptions-=Tf + set guioptions+=c + set guioptions+=m + set guioptions-=T + set guioptions-=f set lines=43 " " Set theme for GUI.