We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1022db commit d4b0cb9Copy full SHA for d4b0cb9
lua/flutter-tools/ui.lua
@@ -149,6 +149,7 @@ function M.open_win(opts, on_open)
149
vim.bo[buf].filetype = opts.filetype
150
vim.bo[buf].swapfile = false
151
vim.bo[buf].buftype = "nofile"
152
+ vim.bo[buf].buflisted = false
153
if on_open then on_open(buf, win) end
154
if not opts.focus_on_open then
155
-- Switch back to the previous window
0 commit comments