Use ! to silence font warning on Windows

See https://github.com/equalsraf/neovim-qt/issues/732 for more context.
This commit is contained in:
Kenneth Benzie 2021-12-22 12:04:27 +00:00
parent d7c1bdd27c
commit 177dbad101

View File

@ -1,6 +1,6 @@
if exists(':GuiFont')
if platform#is_windows()
GuiFont Consolas:h9
GuiFont! Consolas:h9
else
GuiFont Source\ Code\ Pro:h9
endif