itchyny / calendar.vim

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

Show full month name #62

Closed petobens closed 9 years ago

petobens commented 9 years ago

Is it possible to show the full month name? Currently I see Dec 2014 and I would like to have December 2014. Thanks again for such a great plugin!

itchyny commented 9 years ago

It seems that it is impossible. I'll later add an option for this feature.

petobens commented 9 years ago

Okay. Thank you!

itchyny commented 9 years ago

I implemented this feature. Use the option

let g:calendar_date_full_month_name = 1

or from the argument

:Calendar -date_full_month_name
petobens commented 9 years ago

Great. Thank you very much!