refactor(#2826): notify error on view winid and bufnr mismatches

This commit is contained in:
Alexander Courtis 2025-06-19 13:35:48 +10:00
parent de3f48629d
commit d822fdd822

View File

@ -630,7 +630,7 @@ function View:winid(tabpage, callsite)
end
end
else
msg = string.format("%s no bufnr", msg)
log.line("dev", "%s no bufnr", msg)
end
end