1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 11:30:06 +08:00

fix(quickfix): fix quickfix autocmd

This commit is contained in:
Eric Wong 2024-05-28 09:27:12 +08:00
parent 74748dba2e
commit d6a34e3aff

View File

@ -113,7 +113,6 @@ function M.init()
callback = function(_)
if vim.fn.winnr('$') == 1 and vim.o.buftype == 'quickfix' then
vim.cmd('bd')
else
vim.cmd('q')
end
end