mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
revert get_length log changes
This commit is contained in:
parent
f139d79a75
commit
ad6a51d081
@ -264,10 +264,8 @@ M.get_marked_file_name = function(idx)
|
|||||||
end
|
end
|
||||||
|
|
||||||
M.get_length = function()
|
M.get_length = function()
|
||||||
log.trace("M.get_length()")
|
log.trace("get_length()")
|
||||||
local length = table.maxn(harpoon.get_mark_config().marks)
|
return table.maxn(harpoon.get_mark_config().marks)
|
||||||
log.debug("M.get_length():", length)
|
|
||||||
return length
|
|
||||||
end
|
end
|
||||||
|
|
||||||
M.set_current_at = function(idx)
|
M.set_current_at = function(idx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user