Skip to content

Commit

Permalink
refactor: avoid unused variable warning
Browse files Browse the repository at this point in the history
Co-authored-by: max397574 <[email protected]>
  • Loading branch information
Sam-programs and max397574 authored Jul 12, 2024
1 parent 9cbc693 commit 672ecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/better_escape.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ local function record_key(key)
end)
end

vim.on_key(function(mapping, typed)
vim.on_key(function(_, typed)
if typed == "" then
return
end
Expand Down

0 comments on commit 672ecf4

Please sign in to comment.