I share my vim settings on several different machines that do not necessarily have exactly the same configuration.
Now, if my favorite font is only available on one system, but not on another, this leads to the problem that gvim is using a backup, which might not be the best choice.
So: Is there a way to make several attempts set guifont=...and somehow check if it was successful? Or is there a way to provide a list of fonts to try?
source
share