mirror of
https://github.com/neovim/neovim.git
synced 2026-04-01 05:12:02 +00:00
Problem: In float mode, vim.schedule() may run before filetype is set, so winbar is not shown. Solution: Use FileType autocmd to ensure winbar is set after filetype. Also use type=Bug in URL.