Skip to content

Commit f41a0f2

Browse files
committed
lint: remove unused variable
1 parent a3c03e4 commit f41a0f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/regression_spec.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ a.describe("regression tests", function()
139139
a.util.scheduler()
140140
oil.open_float(tmpdir.path)
141141
test_util.wait_for_autocmd({ "User", pattern = "OilEnter" })
142-
local oil_bufnr = vim.api.nvim_get_current_buf()
143142
actions.select.callback()
144143
vim.wait(1000, function()
145144
return vim.fn.expand("%:t") == "a.txt"

0 commit comments

Comments
 (0)