X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vimrc;h=83458ed39c76bae0a98b6eddf257d497e61ee052;hb=0b61c76cb80f66393c3849ab810a65648b4c7aa7;hp=b0a7f7b182cb086d9a64f05627a6d174d7ea5813;hpb=a72ba7342c9a0561626a35e037e32e0930f1d2df;p=dotfiles.git 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