mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
fix: other-file kept being created
This commit is contained in:
parent
1efff797a7
commit
da326d0438
@ -75,7 +75,7 @@ describe("harpoon", function()
|
|||||||
|
|
||||||
harpoon:setup()
|
harpoon:setup()
|
||||||
harpoon:list():add()
|
harpoon:list():add()
|
||||||
local other_buf = utils.create_file("other-file", {
|
local other_buf = utils.create_file("/tmp/other-file", {
|
||||||
"foo",
|
"foo",
|
||||||
"bar",
|
"bar",
|
||||||
"baz",
|
"baz",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user