mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2025-12-31 22:04:24 -05:00
correction: wrong var name
This commit is contained in:
@@ -2195,7 +2195,7 @@ local function FollowLink(opts)
|
||||
pinfo.calendar_info,
|
||||
function()
|
||||
opts.erase = true
|
||||
opts.erase_file = fname
|
||||
opts.erase_file = pinfo.filepath
|
||||
picker()
|
||||
end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user