Remove 'set guifont=...' because GuiFont is now the only thing used

This commit is contained in:
David Holland 2019-10-06 12:49:39 +02:00
parent 15a72566f2
commit c089968870
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 4 additions and 4 deletions

View File

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