We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when run :Guifont xxx, always get the error message Unkown font: xxx, even if I use :silent! or call execute('xxx', 1).
:Guifont xxx
Unkown font: xxx
:silent!
call execute('xxx', 1)
The text was updated successfully, but these errors were encountered:
That error message suggests you're trying to set a font that cannot be found.
Have you tried setting the font via the dialog with :GuiFont *?
:GuiFont *
Once you've set the font via the dialog, you can then use the string exactly as reported by :GuiFont in your configuration file.
:GuiFont
Sorry, something went wrong.
No branches or pull requests
when run
:Guifont xxx
, always get the error messageUnkown font: xxx
, even if I use:silent!
orcall execute('xxx', 1)
.The text was updated successfully, but these errors were encountered: