From c08996887022bae53684854adcb7c381c8b549e3 Mon Sep 17 00:00:00 2001 From: David Holland Date: Sun, 6 Oct 2019 12:49:39 +0200 Subject: [PATCH] Remove 'set guifont=...' because GuiFont is now the only thing used --- ginit.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ginit.vim b/ginit.vim index b1c8664..534279b 100644 --- a/ginit.vim +++ b/ginit.vim @@ -3,9 +3,9 @@ set nocompatible GuiTabline 0 if g:use_font==1 - set guifont=Hack:h16 - Guifont! Hack:h16 + Guifont! Hack:h16 + "set guifont=Hack:h16 else - set guifont=Consolas:h14 - Guifont! Consolas:h14 + Guifont! Consolas:h14 + "set guifont=Consolas:h14 endif