From 9a7de6d0809593857e5e8cf1383ed58e0f52ef4e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 23 May 2020 03:02:13 +0300 Subject: [PATCH] .vimrc: Improve GUI type detection --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index b0a7f7b..de5a258 100644 --- a/.vimrc +++ b/.vimrc @@ -218,8 +218,8 @@ if has("gui_running") if has("win32") "set guifont=Courier_New:h18:cRUSSIAN set guifont=Lucida_Console:h18:cRUSSIAN - else set guifont=Monospace\ 16 + elseif has("x11") set toolbar=icons,text " how to show the toolbar endif -- 2.39.2