mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
Fix function that was moved to module
This commit is contained in:
parent
58ca78c855
commit
55d1e99fec
@ -117,7 +117,7 @@ end
|
|||||||
|
|
||||||
M.rm_file = function(file_name_or_buf_id)
|
M.rm_file = function(file_name_or_buf_id)
|
||||||
local buf_name = get_buf_name(file_name_or_buf_id)
|
local buf_name = get_buf_name(file_name_or_buf_id)
|
||||||
local idx = get_index_of(buf_name)
|
local idx = M.get_index_of(buf_name)
|
||||||
|
|
||||||
if not M.valid_index(idx) then
|
if not M.valid_index(idx) then
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user