itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 71 forks source link

bugfix: correctly detect unicode support when &fencoding is empty #203

Closed torbjo closed 1 year ago

torbjo commented 2 years ago

Without this, vim 8.1 (debian) and latest vim 9, will use ascii box-drawing characters on my Debian system.

(Note: I suspect autoload/calendar/google/calendar.vim also might need the same fix, but I am unable to test that.)

itchyny commented 1 year ago

Thanks!