eggbean / resize-font.gvim

gVim plugin for changing font/window size using keyboard or mousewheel.
MIT License
8 stars 2 forks source link

Without `set guifont = Monospace\ 11`, the script fails #3

Open DaYangtuo247 opened 1 month ago

DaYangtuo247 commented 1 month ago

I think I found a bug. This script doesn't work when I don't have the line set guifont = Monospace\ 11 in my .vimrc file.

eggbean commented 1 month ago

Yes, there is a bug which I have meant to fix for ages. I've been meaning to look into it, so I should.

With the font that I use, only the key to reduce font size works, with increase and reset not working.