chore(git): fix diagnostics

This commit is contained in:
2026-04-29 10:11:23 +02:00
parent 7bf15a246a
commit ff5ac1e74e
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -184,6 +184,7 @@ function M.read_uri(buf)
vim.bo[buf].swapfile = false
vim.bo[buf].bufhidden = "wipe"
---@type string?
local stdout = pending_content[buf]
pending_content[buf] = nil
if stdout == nil then