Don't fork the gui process

This commit is contained in:
Anthony Rose 2021-01-27 12:17:35 +00:00
parent 0313c4cac3
commit a382c219c2

2
vimrc
View file

@ -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