We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb976f0 commit 9955c98Copy full SHA for 9955c98
lua/flutter-tools/log.lua
@@ -76,7 +76,7 @@ end
76
---@param lines string[]
77
local function append(buf, lines)
78
vim.bo[buf].modifiable = true
79
- api.nvim_buf_set_lines(M.buf, -1, -1, true, lines)
+ api.nvim_buf_set_lines(buf, -1, -1, true, lines)
80
vim.bo[buf].modifiable = false
81
end
82
0 commit comments