mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
restore current month from accidental deletion
This commit is contained in:
@@ -260,6 +260,7 @@ local function calenderinfo_today()
|
||||
.. dinfo.year
|
||||
opts.week = os.date(dateformats.week)
|
||||
opts.isoweek = os.date(dateformats.isoweek)
|
||||
opts.month = dinfo.month
|
||||
opts.year = dinfo.year
|
||||
opts.day = dinfo.day
|
||||
return opts
|
||||
|
||||
Reference in New Issue
Block a user