X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.vimrc;h=83458ed39c76bae0a98b6eddf257d497e61ee052;hp=b0a7f7b182cb086d9a64f05627a6d174d7ea5813;hb=5d48cf52db5f95f5685c69cef59e92504c16841f;hpb=a72ba7342c9a0561626a35e037e32e0930f1d2df diff --git a/.vimrc b/.vimrc index b0a7f7b..83458ed 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 guifont=Monospace\ 18 set toolbar=icons,text " how to show the toolbar endif