In .gvimrc , You must add a (\)back-slash to tell gvim , 16 is the font-size . Otherwise, It will fail .
:set guifont=Monospace 16
:set guifont=Monospace\ 16
In Gvim ,How to setup default font and font-size In .gvimrc , You must add a ( \ ) back-slash to tell gvim , 16 is the font-size . Ot...