Skip to content

Commit

Permalink
chore: remove ignore diagnostic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Jan 7, 2025
1 parent 1d3b9ec commit 8c33173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/kitty-scrollback/launch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ M.launch = function()
}
)

---@diagnostic disable-next-line: param-type-mismatch
local alternate_file_bufnr = vim.fn.bufnr('#')
if alternate_file_bufnr > 0 then
vim.api.nvim_buf_delete(alternate_file_bufnr, { force = true }) -- delete alt buffer after rename
Expand Down

0 comments on commit 8c33173

Please sign in to comment.