itchyny / calendar.vim

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

Year view doesn't highlight current day on weekends #196

Closed sathishbaskar closed 2 years ago

sathishbaskar commented 2 years ago

For e.g. below command doesn't give current day (green) highlight for weekends.

:Calendar -view=year -split=horizontal -position=bottom -height=12
itchyny commented 2 years ago

Aha, regression of 9eb05f05f11ce281bff8b2ee980e70244e29d7ae. Syntax ordering matters. Thanks for reporting.

itchyny commented 2 years ago

Fixed.