From a382c219c2f639b8b85ff18c5b019b1cfd6fbb44 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 27 Jan 2021 12:17:35 +0000 Subject: [PATCH] Don't fork the gui process --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 6e0b6f1..d204b9f 100644 --- a/vimrc +++ b/vimrc @@ -146,7 +146,7 @@ if has("gui_running") endif set background=light set columns=132 - set guioptions+=cm + set guioptions+=cmf set guioptions-=T set lines=43 endif