File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2203,7 +2203,7 @@ describe("custom counter", function()
2203
2203
2204
2204
before_each (function ()
2205
2205
debugprint .setup ({
2206
- display_counter = function (opts )
2206
+ display_counter = function (_ )
2207
2207
count = count + 2
2208
2208
return " -" .. tostring (count ) .. " x"
2209
2209
end ,
@@ -2546,7 +2546,7 @@ describe("allow display_* to be set in filetypes", function()
2546
2546
it (" display_location" , function ()
2547
2547
debugprint .setup ({ filetypes = { lua = { display_location = false } } })
2548
2548
2549
- local lua_filename = init_file ({
2549
+ init_file ({
2550
2550
" foo" ,
2551
2551
" bar" ,
2552
2552
}, " lua" , 1 , 0 )
@@ -2721,7 +2721,7 @@ describe("can disable built-in keymaps/commands", function()
2721
2721
keymaps = { normal = { plain_below = false } },
2722
2722
})
2723
2723
2724
- local filename = init_file ({
2724
+ init_file ({
2725
2725
" foo" ,
2726
2726
" bar" ,
2727
2727
}, " lua" , 1 , 0 )
@@ -2741,7 +2741,7 @@ describe("can disable built-in keymaps/commands", function()
2741
2741
keymaps = { normal = { plain_below = " " } },
2742
2742
})
2743
2743
2744
- local filename = init_file ({
2744
+ init_file ({
2745
2745
" foo" ,
2746
2746
" bar" ,
2747
2747
}, " lua" , 1 , 0 )
You can’t perform that action at this time.
0 commit comments