OS = FreeBSD-12.2p3
vim = 8.2.2263
In .vimrc I would like to change the guifont in
to this:
However while the Bitstream setting works as documented:
I can set the font to DejaVu from within
vim = 8.2.2263
In .vimrc I would like to change the guifont in
vim
on the mate desktop from this: :set guifont=Bitstream\ Vers\ Sans\ Mono\ 14\ cANSI
;to this:
:set guifont=DejaVu\ Sans\ Mono\ 14\ cANSI
However while the Bitstream setting works as documented:
guifont=Bitstream Vers Sans Mono 14 cANSI
the DejaVu does not: guifont=
.I can set the font to DejaVu from within
gvim
(guifont=DejaVu Sans Mono 14
), but I would like it to just open in that font. I cannot see what it is that I am doing wrong. What is stopping gvim
recognizing the DejaVu setting?