Skip to content

Commit

Permalink
fix(lint): removed unused value in buffers.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Jan 27, 2024
1 parent 351ee90 commit 7310f19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/cokeline/buffers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ local get_pick_letter = function(filename, bufnr)
local letter = vim.fn.strcharpart(valid_pick_letters, first_valid - 1, 1)
taken_pick_letters[bufnr] = letter
taken_pick_indices[first_valid] = true
first_valid = first_valid + 1
---@cast letter string
return letter
end

Expand Down

0 comments on commit 7310f19

Please sign in to comment.