mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fixed bug in link count display for tags
This commit is contained in:
@@ -972,7 +972,7 @@ local function FollowLink(opts)
|
||||
})
|
||||
|
||||
local function make_display(entry)
|
||||
local fn = entry.value
|
||||
local fn = entry.filename
|
||||
local nlinks = counts.link_counts[fn] or 0
|
||||
local nbacks = counts.backlink_counts[fn] or 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user