Use ! to silence font warning on Windows
See https://github.com/equalsraf/neovim-qt/issues/732 for more context.
This commit is contained in:
parent
d7c1bdd27c
commit
177dbad101
@ -1,6 +1,6 @@
|
|||||||
if exists(':GuiFont')
|
if exists(':GuiFont')
|
||||||
if platform#is_windows()
|
if platform#is_windows()
|
||||||
GuiFont Consolas:h9
|
GuiFont! Consolas:h9
|
||||||
else
|
else
|
||||||
GuiFont Source\ Code\ Pro:h9
|
GuiFont Source\ Code\ Pro:h9
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user