You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculate nearby year for weekdays Previously, in a format like %a %b %d, the day field would be coerced to whatever day it fell on in the year 2000. Now, the year is determined by starting two years before the current, and stepping forward until the calculated weekday aligns with the existing one.
speeddating.vim 20080120 Removed days of week. Roman numerals are now just a special year format. Changed default "now" mappings to d<C-A> and d<C-X>. Bug fixes, mostly concerning visual mode.