terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

2.46(10) screw up my font and display #224

Closed kuochang closed 2 years ago

kuochang commented 2 years ago

Just opened iVim today and suddenly found my screen is “scrambled” as attached. Please note my iVim worked normal before. 8DAD3268-40F1-43A4-BC34-DCF7127B85A1

After investigating, I found iVim will get back to normal when I remove my one line in my customized font setting as below: “ifont set 'Anonymice Nerd Font Mono' --size 20 -b 'Anonymous pro' -i 'Anonymous pro'”

But the strange thing is if I do key binding with the above line, it works fine(after type if in normal mode): “nmap if :ifont set 'Anonymice Nerd Font Mono' --size 20 -b 'Anonymous pro' -i 'Anonymous pro'

iVim is my daily driving and I can’t express how much I love it.:) Please help.

terrychou commented 2 years ago

Please paste the output of :ifont ls here.

kuochang commented 2 years ago

Thanks for the prompt response. The output of “:ifont ls” is as attached. F3D628CB-C972-4072-A068-AE11C3CC7E27

kuochang commented 2 years ago

Again, the problem is I can’t put the “ifont set 'Anonymice Nerd Font Mono' --size 20 -b 'Anonymous pro' -i 'Anonymous pro'” in .vimrc directly because it caused the scrambled screen. But I can execute it in the ex mode with no problem…

terrychou commented 2 years ago

@kuochang I have fixed this. Please leave me an email so that I send you a TestFlight invitation for you to test it.

kuochang commented 2 years ago

Great! My email address is “chiangiii@mac.com”. Thank you very much for the prompt response and support!

terrychou commented 2 years ago

@kuochang invitation sent.

kuochang commented 2 years ago

Thanks! I’ll test it after work. Will let you know soon.

kuochang commented 2 years ago

Just tested it and the problem is gone with 2.47(1). Thank you!